Removed the reference to handbook.css, that shouldn't be in there yet.

Turned html-manifest from #t to #f. This can be set to #t via an option
to jade(1), but the reverse is not true.
This commit is contained in:
Nik Clayton 1999-01-27 23:29:14 +00:00
parent cae59a0345
commit 6c56672923
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4136

View file

@ -18,9 +18,6 @@
<![ %output.html; [
<!-- Configure the stylesheet using documented variables -->
(define %stylesheet%
"handbook.css")
(define %gentext-nav-use-tables%
;; Use tables to build the navigation headers and footers?
#t)
@ -43,7 +40,7 @@
(define html-manifest
;; Write a manifest?
#t)
#f)
<!-- This replaces the existing mechanism for showing verbatim
blocks of text (programlistings, screens, and so forth.