aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/developer-guide.xml
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-08-31 11:25:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-08-31 11:25:23 +0000
commitfb7f8d937b2e85b368111d56cd8c7474746c5d32 (patch)
treec9ddc410f2abd6f6c3cf3e6a2f60767dc6766a9e /docbook/developer-guide.xml
parentbd2a5268dbe509af7a67fb70c30def098a7daa32 (diff)
downloadwireshark-fb7f8d937b2e85b368111d56cd8c7474746c5d32.tar.gz
wireshark-fb7f8d937b2e85b368111d56cd8c7474746c5d32.tar.bz2
wireshark-fb7f8d937b2e85b368111d56cd8c7474746c5d32.zip
added two (almost) emtpy new chapters
svn path=/trunk/; revision=11861
Diffstat (limited to 'docbook/developer-guide.xml')
-rw-r--r--docbook/developer-guide.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/docbook/developer-guide.xml b/docbook/developer-guide.xml
index c16c0344a0..1c8c1366a8 100644
--- a/docbook/developer-guide.xml
+++ b/docbook/developer-guide.xml
@@ -63,10 +63,13 @@ FILE SECTION
<!-- These are the actual files that make up the document -->
<!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 EnvIntroduction SYSTEM "dg-src/EDG_chapter_env_intro.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 BuildIntroduction SYSTEM "dg-src/EDG_chapter_build_intro.xml">
+ <!ENTITY Dissection SYSTEM "dg-src/EDG_chapter_dissection.xml">
<!ENTITY UserInterface SYSTEM "dg-src/EDG_chapter_userinterface.xml">
<!ENTITY AppGPL SYSTEM "GPL_appendix.xml">
@@ -88,7 +91,7 @@ The first part of this book will describe how to set up the environment needed
to develop Ethereal.
</para>
</partintro>
-&Introduction;
+&EnvIntroduction;
&Tools;
&Libraries;
&Sources;
@@ -100,6 +103,8 @@ to develop Ethereal.
The second part of this book will describe how to do the actual Ethereal development.
</para>
</partintro>
+&BuildIntroduction;
+&Dissection;
&UserInterface;
</part>