Date: Sun, 20 Dec 1998 12:33:49 -0800 (PST) From: Nik Clayton <nik@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/sgml freebsd.dtd freebsd.dsl doc/en/handbook Makefile Message-ID: <199812202033.MAA01794@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nik 1998/12/20 12:33:49 PST
Modified files:
sgml freebsd.dtd freebsd.dsl
en/handbook Makefile
Log:
Added output.html and output.print as parameter entities to freebsd.dtd.
Default to "IGNORE", you should set them to "INCLUDE" by whatever
mechanism your SGML parser supports as necessary (i.e., Jade's -i
flag).
Added redefinitions for some ISO entities that aren't understood by
most web browsers. Since this is for HTML output only, wrap it in a
%output.html; marked section.
Use these marked sections to put both print and HTML stylesheets in one
.dsl file (freebsd.dsl). The print stylesheet now understands about the
elements that have been added to DocBook (and won't try and render them
in red).
Updated Makefile to use output.html and output.print on the command
line to Jade, instead of the earlier "html" and "print.
Note: producing .tex (and thence .ps and .pdf) versions of the Handbook
is broken. The Handbook tickles several bugs in the JadeTeX macros.
Sebastian Rahz, the JadeTeX author, knows about this, and is working on
fixing them.
Revision Changes Path
1.3 +31 -1 doc/sgml/freebsd.dtd
1.4 +67 -49 doc/sgml/freebsd.dsl
1.7 +5 -7 doc/en/handbook/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812202033.MAA01794>
