diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-07 03:51:41 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-07 03:51:41 +0000 |
| commit | bc45722c6cc8c543a2d10ef49f77f4069e0a4d49 (patch) | |
| tree | 174eadc27dedb9b10c8170def3d3761dc6553013 | |
| parent | 9379ee7b5049a33728c32056175d28c68698d80b (diff) | |
Notes
| -rw-r--r-- | release/doc/share/sgml/release.dsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/share/sgml/release.dsl b/release/doc/share/sgml/release.dsl index 3a10f5aaebba..78929542849a 100644 --- a/release/doc/share/sgml/release.dsl +++ b/release/doc/share/sgml/release.dsl @@ -1,6 +1,8 @@ <!-- $FreeBSD$ --> <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ +<!ENTITY % output.html "IGNORE"> +<!ENTITY % output.print "IGNORE"> <!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" CDATA DSSSL> ]> @@ -81,6 +83,12 @@ ; sect1info elements to support this. (element (sect1info pubdate) (process-children)) + <![ %output.print; [ +; Put URLs in footnotes, and put footnotes at the bottom of each page. + (define bop-footnotes #t) + (define %footnote-ulinks% #t) + ]]> + </style-specification-body> </style-specification> |
