From a595525171c1072ffca13d33066aebe4d57f807e Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 23 Mar 2000 09:00:17 +0000 Subject: Give each language and encoding it's own freebsd.dsl, to contain style sheet definitions for that language only. Each file reads in the defaults from the master share/sgml/freebsd.dsl file, and adds overrides, or new definitions, as necessary. Move the per-language hacks from share/sgml/freebsd.dsl in to /share/sgml/freebsd.dsl as necessary. Add links to the -questions and -doc mailing lists to the bottom of the generated HTML output for some languages. The -questions link will become a link to Greg's "Getting the most from questions" document when I bring that in, but I haven't done that yet, and I didn't want these patches hanging around my local tree. This was the real reason for making freebsd.dsl language local, as it makes it much easier to translate generated text, such as the text of the links, without polluting share/sgml/freebsd.dsl. Update doc.docbook.mk to use the new, per-language freebsd.dsl file when building the docs. While I'm here, update .pdb generation so that it creates a symlink to ${CURDIR:T}.pdb as well (e.g., the Handbook generates "book.pdb" and "handbook.pdb"). This makes it easier to install more than one document on a Palm, because two docs called "book.pdb" or "article.pdb" can not co-exist. --- en_US.ISO8859-1/share/sgml/freebsd.dsl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 en_US.ISO8859-1/share/sgml/freebsd.dsl (limited to 'en_US.ISO8859-1') diff --git a/en_US.ISO8859-1/share/sgml/freebsd.dsl b/en_US.ISO8859-1/share/sgml/freebsd.dsl new file mode 100644 index 0000000000..b9912bbffb --- /dev/null +++ b/en_US.ISO8859-1/share/sgml/freebsd.dsl @@ -0,0 +1,30 @@ + + + +]> + + + + + + .") + (make empty-element gi: "br") + (literal "For questions about this documentation, e-mail <") + (make element gi: "a" + attributes: (list (list "href" "mailto:doc@FreeBSD.org")) + (literal "doc@FreeBSD.org")) + (literal ">."))) + ]]> + + + + + -- cgit v1.2.3