Back out part of the previous commit; remove the code that generates HTML
expecting to find a docbook.css stylesheet file, which I committed a bit too soon. Pointed out by: jim
This commit is contained in:
parent
31f286152f
commit
67c7006408
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6532
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.11 1999/11/15 19:44:15 nik Exp $ -->
|
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.12 2000/02/14 01:29:17 nik Exp $ -->
|
||||||
|
|
||||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||||
<!ENTITY % output.html "IGNORE">
|
<!ENTITY % output.html "IGNORE">
|
||||||
|
@ -38,9 +38,6 @@
|
||||||
;; Use tables to build the navigation headers and footers?
|
;; Use tables to build the navigation headers and footers?
|
||||||
#t)
|
#t)
|
||||||
|
|
||||||
(define %stylesheet%
|
|
||||||
"docbook.css")
|
|
||||||
|
|
||||||
(define %html-ext%
|
(define %html-ext%
|
||||||
;; Default extension for HTML output files
|
;; Default extension for HTML output files
|
||||||
".html")
|
".html")
|
||||||
|
|
Loading…
Reference in a new issue