Add FreeBSD glossary.

A compiled example can be seen at
http://people.freebsd.org/~blackend/doc/fr_FR.ISO8859-1/books/handbook/freebsd-glossary.html
This commit is contained in:
Marc Fonvieille 2003-12-29 20:38:02 +00:00
parent 1fe1dff833
commit 68c22563d7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19363
2 changed files with 5 additions and 1 deletions
fr_FR.ISO8859-1
books/handbook
share/sgml

View file

@ -2,7 +2,7 @@
# The FreeBSD French Documentation Project
#
# $FreeBSD$
# Original revision: 1.64
# Original revision: 1.67
#
# Build the FreeBSD Handbook.
#
@ -176,6 +176,9 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
CHAPTERS?= ${SRCS:M*chapter.sgml}
SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
.if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY)
SGMLFLAGS+= -i chap.freebsd-glossary
.endif
# XXX The Handbook build currently overflows some internal, hardcoded
# limits in pdftex. Until we split the Handbook up, build the PDF

View file

@ -14,3 +14,4 @@
<!ENTITY bookinfo.legalnotice SYSTEM "legalnotice.sgml">
<!ENTITY bookinfo.license SYSTEM "license.sgml">
<!ENTITY bookinfo.disclaimer SYSTEM "disclaimer.sgml">
<!ENTITY bookinfo.freebsd-glossary SYSTEM "glossary/freebsd-glossary.sgml">