diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-10-17 06:19:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-10-17 06:19:31 +0000 |
commit | f2abab7519e9c947cabc1009851e989c41c21afd (patch) | |
tree | ecd8c41d3989496cf6f2c447d07b87189468456a /doc | |
parent | c2c4c491d13a14329681a99eb482e1c9ad5a6363 (diff) | |
download | pkgsrc-f2abab7519e9c947cabc1009851e989c41c21afd.tar.gz |
reorg, cosmetic only - sort, add comments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/chapters.ent | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/guide/files/chapters.ent b/doc/guide/files/chapters.ent index c2e312be87b..e270106467f 100644 --- a/doc/guide/files/chapters.ent +++ b/doc/guide/files/chapters.ent @@ -1,28 +1,33 @@ <!-- Creates entities for each chapter in the pkgsrc book. - $NetBSD: chapters.ent,v 1.5 2005/06/08 13:59:30 dillo Exp $ + $NetBSD: chapters.ent,v 1.6 2005/10/17 06:19:31 hubertf Exp $ --> -<!-- users-guide --> <!ENTITY chap.intro SYSTEM "introduction.xml"> + +<!-- user's guide --> <!ENTITY chap.getting SYSTEM "getting.xml"> +<!ENTITY chap.platform SYSTEM "platforms.xml"> <!ENTITY chap.using SYSTEM "using.xml"> <!ENTITY chap.configuring SYSTEM "configuring.xml"> <!ENTITY chap.binary SYSTEM "binary.xml"> +<!ENTITY chap.faq SYSTEM "faq.xml"> + +<!-- developer's guide --> <!ENTITY chap.components SYSTEM "components.xml"> +<!ENTITY chap.makefile SYSTEM "makefile.xml"> <!ENTITY chap.plist SYSTEM "plist.xml"> -<!ENTITY chap.fixes SYSTEM "fixes.xml"> -<!ENTITY chap.build SYSTEM "build.xml"> <!ENTITY chap.buildlink SYSTEM "buildlink.xml"> +<!ENTITY chap.pkginstall SYSTEM "pkginstall.xml"> <!ENTITY chap.options SYSTEM "options.xml"> +<!ENTITY chap.build SYSTEM "build.xml"> +<!ENTITY chap.fixes SYSTEM "fixes.xml"> <!ENTITY chap.debug SYSTEM "debug.xml"> -<!ENTITY chap.faq SYSTEM "faq.xml"> <!ENTITY chap.submit SYSTEM "submit.xml"> + +<!-- appendix --> <!ENTITY chap.examples SYSTEM "examples.xml"> <!ENTITY chap.logs SYSTEM "logs.xml"> <!ENTITY chap.ftp-layout SYSTEM "ftp-layout.xml"> <!ENTITY chap.editing SYSTEM "editing.xml"> -<!ENTITY chap.platform SYSTEM "platforms.xml"> -<!ENTITY chap.pkginstall SYSTEM "pkginstall.xml"> -<!ENTITY chap.makefile SYSTEM "makefile.xml"> |