diff options
20 files changed, 0 insertions, 251 deletions
diff --git a/de_DE.ISO8859-1/books/porters-handbook/Makefile b/de_DE.ISO8859-1/books/porters-handbook/Makefile index 5d175d24d7..cc63278fb8 100644 --- a/de_DE.ISO8859-1/books/porters-handbook/Makefile +++ b/de_DE.ISO8859-1/books/porters-handbook/Makefile @@ -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 diff --git a/de_DE.ISO8859-1/books/porters-handbook/freebsd.dsl b/de_DE.ISO8859-1/books/porters-handbook/freebsd.dsl deleted file mode 100644 index cf5208b9d4..0000000000 --- a/de_DE.ISO8859-1/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> diff --git a/en_US.ISO8859-1/books/design-44bsd/Makefile b/en_US.ISO8859-1/books/design-44bsd/Makefile index 11d460c057..04041c8de2 100644 --- a/en_US.ISO8859-1/books/design-44bsd/Makefile +++ b/en_US.ISO8859-1/books/design-44bsd/Makefile @@ -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" diff --git a/en_US.ISO8859-1/books/design-44bsd/freebsd.dsl b/en_US.ISO8859-1/books/design-44bsd/freebsd.dsl deleted file mode 100644 index 59efdeff4e..0000000000 --- a/en_US.ISO8859-1/books/design-44bsd/freebsd.dsl +++ /dev/null @@ -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> diff --git a/en_US.ISO8859-1/books/porters-handbook/Makefile b/en_US.ISO8859-1/books/porters-handbook/Makefile index 8fec2756e6..95a62ca124 100644 --- a/en_US.ISO8859-1/books/porters-handbook/Makefile +++ b/en_US.ISO8859-1/books/porters-handbook/Makefile @@ -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 diff --git a/en_US.ISO8859-1/books/porters-handbook/freebsd.dsl b/en_US.ISO8859-1/books/porters-handbook/freebsd.dsl deleted file mode 100644 index 7cbc062778..0000000000 --- a/en_US.ISO8859-1/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> diff --git a/fr_FR.ISO8859-1/books/porters-handbook/Makefile b/fr_FR.ISO8859-1/books/porters-handbook/Makefile index cf9da4c2a1..72d7b727fb 100644 --- a/fr_FR.ISO8859-1/books/porters-handbook/Makefile +++ b/fr_FR.ISO8859-1/books/porters-handbook/Makefile @@ -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" diff --git a/fr_FR.ISO8859-1/books/porters-handbook/freebsd.dsl b/fr_FR.ISO8859-1/books/porters-handbook/freebsd.dsl deleted file mode 100644 index 6dcdc75392..0000000000 --- a/fr_FR.ISO8859-1/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> diff --git a/ja_JP.eucJP/books/design-44bsd/Makefile b/ja_JP.eucJP/books/design-44bsd/Makefile index 13c1b3ad8f..da2fc43c7a 100644 --- a/ja_JP.eucJP/books/design-44bsd/Makefile +++ b/ja_JP.eucJP/books/design-44bsd/Makefile @@ -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" diff --git a/ja_JP.eucJP/books/design-44bsd/freebsd.dsl b/ja_JP.eucJP/books/design-44bsd/freebsd.dsl deleted file mode 100644 index 953a9e8bbc..0000000000 --- a/ja_JP.eucJP/books/design-44bsd/freebsd.dsl +++ /dev/null @@ -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> diff --git a/ja_JP.eucJP/books/porters-handbook/Makefile b/ja_JP.eucJP/books/porters-handbook/Makefile index 8ffd52343d..5c5a5acb52 100644 --- a/ja_JP.eucJP/books/porters-handbook/Makefile +++ b/ja_JP.eucJP/books/porters-handbook/Makefile @@ -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" diff --git a/ja_JP.eucJP/books/porters-handbook/freebsd.dsl b/ja_JP.eucJP/books/porters-handbook/freebsd.dsl deleted file mode 100644 index 3221583b4f..0000000000 --- a/ja_JP.eucJP/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> diff --git a/ru_RU.KOI8-R/books/design-44bsd/Makefile b/ru_RU.KOI8-R/books/design-44bsd/Makefile index 839359820f..42efc865fb 100644 --- a/ru_RU.KOI8-R/books/design-44bsd/Makefile +++ b/ru_RU.KOI8-R/books/design-44bsd/Makefile @@ -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" diff --git a/ru_RU.KOI8-R/books/design-44bsd/freebsd.dsl b/ru_RU.KOI8-R/books/design-44bsd/freebsd.dsl deleted file mode 100644 index 541aa98d83..0000000000 --- a/ru_RU.KOI8-R/books/design-44bsd/freebsd.dsl +++ /dev/null @@ -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> diff --git a/ru_RU.KOI8-R/books/porters-handbook/Makefile b/ru_RU.KOI8-R/books/porters-handbook/Makefile index 8601bee4a6..c9c08fd9e7 100644 --- a/ru_RU.KOI8-R/books/porters-handbook/Makefile +++ b/ru_RU.KOI8-R/books/porters-handbook/Makefile @@ -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" diff --git a/ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl b/ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl deleted file mode 100644 index 135e7902b6..0000000000 --- a/ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> diff --git a/zh_CN.GB2312/books/porters-handbook/Makefile b/zh_CN.GB2312/books/porters-handbook/Makefile index 863a51db83..203fe22fdb 100644 --- a/zh_CN.GB2312/books/porters-handbook/Makefile +++ b/zh_CN.GB2312/books/porters-handbook/Makefile @@ -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 diff --git a/zh_CN.GB2312/books/porters-handbook/freebsd.dsl b/zh_CN.GB2312/books/porters-handbook/freebsd.dsl deleted file mode 100644 index 13411064cf..0000000000 --- a/zh_CN.GB2312/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> diff --git a/zh_TW.Big5/books/porters-handbook/Makefile b/zh_TW.Big5/books/porters-handbook/Makefile index 60e7dfa999..50b8633a0b 100644 --- a/zh_TW.Big5/books/porters-handbook/Makefile +++ b/zh_TW.Big5/books/porters-handbook/Makefile @@ -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 diff --git a/zh_TW.Big5/books/porters-handbook/freebsd.dsl b/zh_TW.Big5/books/porters-handbook/freebsd.dsl deleted file mode 100644 index 7cbc062778..0000000000 --- a/zh_TW.Big5/books/porters-handbook/freebsd.dsl +++ /dev/null @@ -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> |