- Remove more DSSSL leftovers
This commit is contained in:
parent
f501b6192e
commit
06f710c8aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41044
20 changed files with 0 additions and 251 deletions
de_DE.ISO8859-1/books/porters-handbook
en_US.ISO8859-1/books
fr_FR.ISO8859-1/books/porters-handbook
ja_JP.eucJP/books
ru_RU.KOI8-R/books
zh_CN.GB2312/books/porters-handbook
zh_TW.Big5/books/porters-handbook
|
@ -22,9 +22,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
# Images from the cross-document image library
|
||||
IMAGES_LIB+= callouts/1.png
|
||||
IMAGES_LIB+= callouts/2.png
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/porters-handbook/freebsd.dsl,v 1.2 2007/07/29 11:57:54 jkois Exp $
|
||||
basiert auf: 1.5
|
||||
-->
|
||||
<!--
|
||||
Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list.
|
||||
-->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -11,9 +11,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
;; Keep the legalnotice together with the rest of the text
|
||||
(define %generate-legalnotice-link%
|
||||
#f)
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -21,9 +21,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
# Images from the cross-document image library
|
||||
IMAGES_LIB+= callouts/1.png
|
||||
IMAGES_LIB+= callouts/2.png
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -22,8 +22,5 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
Original Revision: 1.5
|
||||
-->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -12,9 +12,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
;; Keep the legalnotice together with the rest of the text
|
||||
(define %generate-legalnotice-link%
|
||||
#f)
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -22,8 +22,5 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.5
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -16,9 +16,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
<!--
|
||||
|
||||
The FreeBSD Russian Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/design-44bsd/freebsd.dsl,v 1.1 2001/07/11 19:27:16 phantom Exp $
|
||||
Original revision: r9530
|
||||
|
||||
-->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
;; Keep the legalnotice together with the rest of the text
|
||||
(define %generate-legalnotice-link%
|
||||
#f)
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -31,8 +31,5 @@ SRCS= book.xml
|
|||
# Entities
|
||||
#SRCS+= ../../../en_US.ISO8859-1/books/handbook/authors.ent
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
<!--
|
||||
The FreeBSD Russian Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl,v 1.6 2006/09/08 13:59:56 den Exp $
|
||||
|
||||
Original revision: r10492
|
||||
-->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -25,9 +25,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
# Images from the cross-document image library
|
||||
IMAGES_LIB+= callouts/1.png
|
||||
IMAGES_LIB+= callouts/2.png
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
<!--
|
||||
The FreeBSD Simplified Chinese Project
|
||||
|
||||
Original Revision: 1.5
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
|
@ -21,9 +21,6 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
# Images from the cross-document image library
|
||||
IMAGES_LIB+= callouts/1.png
|
||||
IMAGES_LIB+= callouts/2.png
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/xml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
Loading…
Reference in a new issue