diff options
Diffstat (limited to 'docbook/developer-guide.xml')
-rw-r--r-- | docbook/developer-guide.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docbook/developer-guide.xml b/docbook/developer-guide.xml index 2d5e99c8e7..c5f5a98a22 100644 --- a/docbook/developer-guide.xml +++ b/docbook/developer-guide.xml @@ -63,6 +63,10 @@ FILE SECTION <!ENTITY BookMetaInformation SYSTEM "dg-src/EDG_meta_info.xml"> <!ENTITY Preface SYSTEM "dg-src/EDG_preface.xml"> <!ENTITY Introduction SYSTEM "dg-src/EDG_chapter_introduction.xml"> + <!ENTITY Tools SYSTEM "dg-src/EDG_chapter_tools.xml"> + <!ENTITY Libraries SYSTEM "dg-src/EDG_chapter_libraries.xml"> + <!ENTITY Sources SYSTEM "dg-src/EDG_chapter_sources.xml"> + <!ENTITY UserInterface SYSTEM "dg-src/EDG_chapter_userinterface.xml"> <!-- These refer to graphics files and figures contained in the document --> <!-- 1st Chapter --> @@ -73,7 +77,17 @@ FILE SECTION <subtitle>&DocumentSubTitle;</subtitle> &BookMetaInformation; &Preface; +<part id="PartEnvironment" label="I"> +<title>Ethereal Build Environment</title> &Introduction; +&Tools; +&Libraries; +&Sources; +</part> +<part id="PartDevelopment" label="II"> +<title>Ethereal Development</title> +&UserInterface; +</part> <!-- &Glossary; |