2001-03-07 20:40:56 +01:00
|
|
|
<!--
|
|
|
|
The FreeBSD Documentation Project
|
|
|
|
The FreeBSD Japanese Documentation Project
|
|
|
|
|
2003-10-20 17:42:03 +02:00
|
|
|
Original revision: 1.6
|
2001-03-07 20:40:56 +01:00
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
Creates entities for each chapter in the Documentation Project Primer.
|
|
|
|
Each entity is named chap.foo, where foo is the value of the id
|
|
|
|
attribute on that chapter, and corresponds to the name of the
|
|
|
|
directory in which that chapter's .sgml file is stored.
|
|
|
|
|
|
|
|
Chapters should be listed in the order in which they are referenced.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!ENTITY chap.overview SYSTEM "overview/chapter.sgml">
|
|
|
|
<!ENTITY chap.sgml-primer SYSTEM "sgml-primer/chapter.sgml">
|
|
|
|
<!ENTITY chap.tools SYSTEM "tools/chapter.sgml">
|
|
|
|
<!ENTITY chap.sgml-markup SYSTEM "sgml-markup/chapter.sgml">
|
|
|
|
<!ENTITY chap.stylesheets SYSTEM "stylesheets/chapter.sgml">
|
|
|
|
<!ENTITY chap.structure SYSTEM "structure/chapter.sgml">
|
|
|
|
<!ENTITY chap.the-website SYSTEM "the-website/chapter.sgml">
|
|
|
|
<!ENTITY chap.translations SYSTEM "translations/chapter.sgml">
|
|
|
|
<!ENTITY chap.writing-style SYSTEM "writing-style/chapter.sgml">
|
|
|
|
<!ENTITY chap.psgml-mode SYSTEM "psgml-mode/chapter.sgml">
|
|
|
|
<!ENTITY chap.see-also SYSTEM "see-also/chapter.sgml">
|
2003-10-20 17:42:03 +02:00
|
|
|
<!ENTITY chap.doc-build SYSTEM "doc-build/chapter.sgml">
|
|
|
|
|
|
|
|
<!ENTITY app.examples SYSTEM "examples/appendix.sgml">
|