aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/books
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-02-25 20:04:29 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-02-25 20:04:29 +0000
commit06f710c8aa6062d60f8c89e411522b5337fbda62 (patch)
tree6f371dfe093d1e272287a4af0fdf9c45107aed78 /fr_FR.ISO8859-1/books
parentf501b6192e558d3015afe34dfada68ade9dad261 (diff)
downloaddoc-06f710c8aa6062d60f8c89e411522b5337fbda62.tar.gz
doc-06f710c8aa6062d60f8c89e411522b5337fbda62.zip
- Remove more DSSSL leftovers
Notes
Notes: svn path=/projects/xml-tools/; revision=41044
Diffstat (limited to 'fr_FR.ISO8859-1/books')
-rw-r--r--fr_FR.ISO8859-1/books/porters-handbook/Makefile3
-rw-r--r--fr_FR.ISO8859-1/books/porters-handbook/freebsd.dsl24
2 files changed, 0 insertions, 27 deletions
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>