- Remove more DSSSL leftovers

This commit is contained in:
Gabor Kovesdan 2013-02-25 20:04:29 +00:00
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

View file

@ -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

View file

@ -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>