diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-09-03 17:22:43 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-09-03 17:22:43 +0000 |
commit | 30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd (patch) | |
tree | dd04fed7ed5d1bf52b92f9059bd3720980a3dc2c /en_US.ISO_8859-1/books/fdp-primer/chapters.ent | |
parent | 52eba2b89b15fbed08ea8cd187b155e4aa16b1a6 (diff) | |
download | doc-30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd.tar.gz doc-30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd.zip |
A new chapter that explains the structure of the doc/ tree and how
documentation is placed under it. Replaces the empty FAQ section and the
only partly completed Handbook section. This is because the information
in here applies to all the documentation under doc/, not just the Handbook.
Move the style guide information out of the-handbook/chapter.sgml and in
to writing-style/chapter.sgml. It doesn't really belong here either, but
we don't have a general style chapter (yet).
Update Makefile to know about this, and use the doc.project.mk file.
Update book.sgml to know about the new chapter.
Remove the old chapters.
Notes
Notes:
svn path=/head/; revision=5510
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer/chapters.ent')
-rw-r--r-- | en_US.ISO_8859-1/books/fdp-primer/chapters.ent | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/chapters.ent b/en_US.ISO_8859-1/books/fdp-primer/chapters.ent index 3375e0085d..0983076bf3 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/chapters.ent +++ b/en_US.ISO_8859-1/books/fdp-primer/chapters.ent @@ -6,7 +6,7 @@ Chapters should be listed in the order in which they are referenced. - $Id: chapters.ent,v 1.2 1999-07-14 22:31:29 nik Exp $ + $Id: chapters.ent,v 1.3 1999-09-03 17:22:39 nik Exp $ --> <!ENTITY chap.overview SYSTEM "overview/chapter.sgml"> @@ -14,8 +14,7 @@ <!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.the-faq SYSTEM "the-faq/chapter.sgml"> -<!ENTITY chap.the-handbook SYSTEM "the-handbook/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"> |