diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-08-21 16:30:04 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-08-21 16:30:04 +0000 |
commit | f12698cbc0bad627869125c4d649392f5a18750a (patch) | |
tree | 39610b417f22d9621451c03bfa7cd68ed6ccb6ce /docbook/developer-guide.xml | |
parent | ddd321c4d4289b4dfffe493d2098715b7d6103b2 (diff) | |
download | wireshark-f12698cbc0bad627869125c4d649392f5a18750a.tar.gz wireshark-f12698cbc0bad627869125c4d649392f5a18750a.tar.bz2 wireshark-f12698cbc0bad627869125c4d649392f5a18750a.zip |
added a lot of content about the build environment, as the required tools, libraries and such (much win32 related stuff).
doc is still at a *very* early stage and still very incomplete, but constantly growing now :-)
svn path=/trunk/; revision=11786
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; |