aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Give each language and encoding it's own freebsd.dsl, to contain styleNik Clayton2000-03-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <lang>/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. Notes: svn path=/head/; revision=6844
* $Id$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=5542
* Set the {JADE,TIDY}FLAGS variables in Makefile.inc, rather than in theNik Clayton1999-08-281-1/+4
| | | | | | | | lower level Makefiles. This should stop this problem happening for new documentation under this part of the tree. Notes: svn path=/head/; revision=5463
* Honour ${DOCDIR} when installing the documentation.Nik Clayton1999-08-191-2/+2
| | | | Notes: svn path=/head/; revision=5400
* The new Makefile framework. Does the right thing (pretty much) exceptNik Clayton1999-08-161-0/+5
in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP. Notes: svn path=/head/; revision=5368