doc/en_US.ISO8859-1/share/sgml/bookinfo.ent
Ceri Davies bddac34733 Add a skeleton FreeBSD specific glossary, and the appropriate glue to the
handbook to allow it to be incorporated in the build.  This is not on by
default at the moment, and users who want it will need to set WITH_GLOSSARY
to a non-empty string when building ("make WITH_GLOSSARY=yes" being the
common case).

It is expected that committers will help to flesh out the glossary before
it is connected to the build by default; the current entries have been chosen
to illustrate the way that DocBook allows for "See also" and "See" in the
glossary elements.

This commit also takes the index out of the appendices in the handbook, as
this is not the usual place for an index to sit in a book, and moves it to
the end of the book.
2003-09-18 16:43:36 +00:00

16 lines
508 B
Text

<!--
References to other files that can be included within a DocBook
BookInfo element.
Entity names take the form "bookinfo.<element>", where <element> is
the name of the outermost element in the entity. Examples would
be "bookinfo.legalnotice", and "bookinfo.preface".
$FreeBSD$
-->
<!ENTITY bookinfo.legalnotice SYSTEM "legalnotice.sgml">
<!ENTITY bookinfo.trademarks SYSTEM "trademarks.sgml">
<!ENTITY bookinfo.freebsd-glossary SYSTEM "glossary/freebsd-glossary.sgml">