fe0863579b
Makefile book.sgml chapter.decl chapters.ent overview/chapter.sgml psgml-mode/chapter.sgml see-also/chapter.sgml structure/chapter.sgml stylesheets/chapter.sgml tools/chapter.sgml writing-style/chapter.sgml Submitted by: Kenji Sato <ken@ny.kdd.com>, hrs
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
<!--
|
|
The FreeBSD Documentation Project
|
|
The FreeBSD Japanese Documentation Project
|
|
|
|
Original revision: 1.4
|
|
$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">
|