aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-30 19:38:24 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-30 19:38:24 +0000
commit8931e0d12a3c8f214034112ab84dd3dccb2388d6 (patch)
tree64f3812a6af04af902ea76e8f579f862810d7586 /docbook
parentee4b9b7549313b771f80ee8bdd626206f6c352cc (diff)
Ethereal -> Wireshark
svn path=/trunk/; revision=18255
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile60
-rw-r--r--docbook/user-guide.xml34
-rw-r--r--docbook/ws.css (renamed from docbook/eth.css)2
-rw-r--r--docbook/wsug_src/EUG_app_files.xml (renamed from docbook/eug_src/EUG_app_files.xml)0
-rw-r--r--docbook/wsug_src/EUG_app_howitworks.xml (renamed from docbook/eug_src/EUG_app_howitworks.xml)0
-rw-r--r--docbook/wsug_src/EUG_app_messages.xml (renamed from docbook/eug_src/EUG_app_messages.xml)0
-rw-r--r--docbook/wsug_src/EUG_app_protocols.xml (renamed from docbook/eug_src/EUG_app_protocols.xml)0
-rw-r--r--docbook/wsug_src/EUG_app_tools.xml (renamed from docbook/eug_src/EUG_app_tools.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_advanced.xml (renamed from docbook/eug_src/EUG_chapter_advanced.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_build_install.xml (renamed from docbook/eug_src/EUG_chapter_build_install.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_capture.xml (renamed from docbook/eug_src/EUG_chapter_capture.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_customize.xml (renamed from docbook/eug_src/EUG_chapter_customize.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_introduction.xml (renamed from docbook/eug_src/EUG_chapter_introduction.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_io.xml (renamed from docbook/eug_src/EUG_chapter_io.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_statistics.xml (renamed from docbook/eug_src/EUG_chapter_statistics.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_troubleshoot.xml (renamed from docbook/eug_src/EUG_chapter_troubleshoot.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_use.xml (renamed from docbook/eug_src/EUG_chapter_use.xml)0
-rw-r--r--docbook/wsug_src/EUG_chapter_work.xml (renamed from docbook/eug_src/EUG_chapter_work.xml)0
-rw-r--r--docbook/wsug_src/EUG_meta_info.xml (renamed from docbook/eug_src/EUG_meta_info.xml)0
-rw-r--r--docbook/wsug_src/EUG_preface.xml (renamed from docbook/eug_src/EUG_preface.xml)0
20 files changed, 48 insertions, 48 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index a4a90a2426..08138bfd8d 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -12,15 +12,15 @@ FOP_OPTS=-Xmx256m
# (comment this out, if you don't want pdf or don't have fop installed)
# for win32 (cygwin) environments (as of fop-0.20 the cygwin script does
# not use $FOP_OPTS)
-FOP=fop-0.20.5/fop.bat
+#FOP=fop-0.20.5/fop.bat
# for unix like environments (if you have problems with fop, try to use an absolute path here)
-#FOP="/usr/share/fop-0.20.5/fop.sh"
+FOP="~/devel/fop-0.20.5/fop.sh"
# One SUSE 9.1 and 9.2 uncomment the following line (make sure you have at least fop-0.20.5-71.2)
#FOP=fop
# html help compiler (Win32 only)
# (comment this out, if you don't want chm or don't have hhc installed)
-HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
+#HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
#HHC="true"
# elinks (text version of release notes)
@@ -41,23 +41,23 @@ XMLLINT="xmllint"
FOP_OPTS="$(FOP_OPTS)" $(FOP) $< $@
EUG_FILES = \
- eug_src/EUG_app_files.xml \
- eug_src/EUG_app_howitworks.xml \
- eug_src/EUG_app_messages.xml \
- eug_src/EUG_app_protocols.xml \
- eug_src/EUG_app_tools.xml \
- eug_src/EUG_chapter_advanced.xml \
- eug_src/EUG_chapter_build_install.xml \
- eug_src/EUG_chapter_capture.xml \
- eug_src/EUG_chapter_customize.xml \
- eug_src/EUG_chapter_introduction.xml \
- eug_src/EUG_chapter_io.xml \
- eug_src/EUG_chapter_statistics.xml \
- eug_src/EUG_chapter_troubleshoot.xml \
- eug_src/EUG_chapter_use.xml \
- eug_src/EUG_chapter_work.xml \
- eug_src/EUG_meta_info.xml \
- eug_src/EUG_preface.xml
+ wsug_src/EUG_app_files.xml \
+ wsug_src/EUG_app_howitworks.xml \
+ wsug_src/EUG_app_messages.xml \
+ wsug_src/EUG_app_protocols.xml \
+ wsug_src/EUG_app_tools.xml \
+ wsug_src/EUG_chapter_advanced.xml \
+ wsug_src/EUG_chapter_build_install.xml \
+ wsug_src/EUG_chapter_capture.xml \
+ wsug_src/EUG_chapter_customize.xml \
+ wsug_src/EUG_chapter_introduction.xml \
+ wsug_src/EUG_chapter_io.xml \
+ wsug_src/EUG_chapter_statistics.xml \
+ wsug_src/EUG_chapter_troubleshoot.xml \
+ wsug_src/EUG_chapter_use.xml \
+ wsug_src/EUG_chapter_work.xml \
+ wsug_src/EUG_meta_info.xml \
+ wsug_src/EUG_preface.xml
EUG_GRAPHICS = \
graphics/ethereal-3pane.png \
@@ -264,8 +264,8 @@ user-guide.html: $(EUG_SOURCE)
mkdir -p eug_html/graphics/toolbar
cp graphics/*.* eug_html/graphics
cp graphics/toolbar/* eug_html/graphics/toolbar
- cp eth.css eug_html
- $(XSLTPROC) --stringparam base.dir eug_html/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet eth.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< > eug_html/$@
+ cp ws.css eug_html
+ $(XSLTPROC) --stringparam base.dir eug_html/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< > eug_html/$@
-chmod -R og+rX eug_html
# create html chunked page files
@@ -274,8 +274,8 @@ eug_html_chunked: $(EUG_SOURCE)
mkdir -p eug_html_chunked/graphics/toolbar
cp graphics/*.* eug_html_chunked/graphics
cp graphics/toolbar/* eug_html_chunked/graphics/toolbar
- cp eth.css eug_html_chunked
- $(XSLTPROC) --stringparam base.dir eug_html_chunked/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet eth.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $<
+ cp ws.css eug_html_chunked
+ $(XSLTPROC) --stringparam base.dir eug_html_chunked/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $<
-chmod -R og+rX eug_html_chunked
# create pdf file (through XSL-FO), portrait pages on US letter paper (the default)
@@ -301,7 +301,7 @@ ifdef HHC
mkdir -p eug_chm/graphics/toolbar
-cp graphics/*.* eug_chm/graphics/
-cp graphics/toolbar/* eug_chm/graphics/toolbar/
- $(XSLTPROC) --stringparam base.dir eug_chm/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet eth.css --nonet http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $<
+ $(XSLTPROC) --stringparam base.dir eug_chm/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $<
-$(HHC) htmlhelp.hhp
-mv htmlhelp.chm $@
-rm -r htmlhelp.hhp
@@ -322,8 +322,8 @@ developer-guide.html: $(EDG_SOURCE)
@ echo --- EDG - HTML SINGLE PAGE ---
mkdir -p edg_html/edg_graphics
cp edg_graphics/* edg_html/edg_graphics
- cp eth.css edg_html
- $(XSLTPROC) --stringparam base.dir edg_html/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet eth.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< > edg_html/$@
+ cp ws.css edg_html
+ $(XSLTPROC) --stringparam base.dir edg_html/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< > edg_html/$@
-chmod -R og+rX edg_html
# create html chunked page files
@@ -332,8 +332,8 @@ edg_html_chunked: $(EDG_SOURCE)
mkdir -p edg_html_chunked
mkdir -p edg_html_chunked/edg_graphics
cp edg_graphics/* edg_html_chunked/edg_graphics
- cp eth.css edg_html_chunked
- $(XSLTPROC) --stringparam base.dir edg_html_chunked/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet eth.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $<
+ cp ws.css edg_html_chunked
+ $(XSLTPROC) --stringparam base.dir edg_html_chunked/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $<
-chmod -R og+rX edg_html_chunked
# create pdf file (through XSL-FO), portrait pages on US letter paper (the default)
@@ -358,7 +358,7 @@ ifdef HHC
@ echo --- EDG - MICROSOFT HTML HELP ---
mkdir -p edg_chm/edg_graphics
cp edg_graphics/* edg_chm/edg_graphics
- $(XSLTPROC) --stringparam base.dir edg_chm/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet eth.css --nonet http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $<
+ $(XSLTPROC) --stringparam base.dir edg_chm/ --stringparam use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl $<
-$(HHC) htmlhelp.hhp
-mv htmlhelp.chm $@
-rm -r htmlhelp.hhp
diff --git a/docbook/user-guide.xml b/docbook/user-guide.xml
index d870c5835f..03341bea36 100644
--- a/docbook/user-guide.xml
+++ b/docbook/user-guide.xml
@@ -250,23 +250,23 @@ FILE SECTION
<!-- These are the actual files that make up the document -->
- <!ENTITY BookMetaInformation SYSTEM "eug_src/EUG_meta_info.xml">
- <!ENTITY Preface SYSTEM "eug_src/EUG_preface.xml">
- <!ENTITY ChapterIntroduction SYSTEM "eug_src/EUG_chapter_introduction.xml">
- <!ENTITY ChapterBuildInstall SYSTEM "eug_src/EUG_chapter_build_install.xml">
- <!ENTITY ChapterUse SYSTEM "eug_src/EUG_chapter_use.xml">
- <!ENTITY ChapterCapture SYSTEM "eug_src/EUG_chapter_capture.xml">
- <!ENTITY ChapterIo SYSTEM "eug_src/EUG_chapter_io.xml">
- <!ENTITY ChapterWork SYSTEM "eug_src/EUG_chapter_work.xml">
- <!ENTITY ChapterAdvanced SYSTEM "eug_src/EUG_chapter_advanced.xml">
- <!ENTITY ChapterStatistics SYSTEM "eug_src/EUG_chapter_statistics.xml">
- <!ENTITY ChapterCustomize SYSTEM "eug_src/EUG_chapter_customize.xml">
- <!ENTITY ChapterTroubleshoot SYSTEM "eug_src/EUG_chapter_troubleshoot.xml">
- <!ENTITY AppMessages SYSTEM "eug_src/EUG_app_messages.xml">
- <!ENTITY AppFiles SYSTEM "eug_src/EUG_app_files.xml">
- <!ENTITY AppProtocols SYSTEM "eug_src/EUG_app_protocols.xml">
- <!ENTITY AppHowItWorks SYSTEM "eug_src/EUG_app_howitworks.xml">
- <!ENTITY AppTools SYSTEM "eug_src/EUG_app_tools.xml">
+ <!ENTITY BookMetaInformation SYSTEM "wsug_src/EUG_meta_info.xml">
+ <!ENTITY Preface SYSTEM "wsug_src/EUG_preface.xml">
+ <!ENTITY ChapterIntroduction SYSTEM "wsug_src/EUG_chapter_introduction.xml">
+ <!ENTITY ChapterBuildInstall SYSTEM "wsug_src/EUG_chapter_build_install.xml">
+ <!ENTITY ChapterUse SYSTEM "wsug_src/EUG_chapter_use.xml">
+ <!ENTITY ChapterCapture SYSTEM "wsug_src/EUG_chapter_capture.xml">
+ <!ENTITY ChapterIo SYSTEM "wsug_src/EUG_chapter_io.xml">
+ <!ENTITY ChapterWork SYSTEM "wsug_src/EUG_chapter_work.xml">
+ <!ENTITY ChapterAdvanced SYSTEM "wsug_src/EUG_chapter_advanced.xml">
+ <!ENTITY ChapterStatistics SYSTEM "wsug_src/EUG_chapter_statistics.xml">
+ <!ENTITY ChapterCustomize SYSTEM "wsug_src/EUG_chapter_customize.xml">
+ <!ENTITY ChapterTroubleshoot SYSTEM "wsug_src/EUG_chapter_troubleshoot.xml">
+ <!ENTITY AppMessages SYSTEM "wsug_src/EUG_app_messages.xml">
+ <!ENTITY AppFiles SYSTEM "wsug_src/EUG_app_files.xml">
+ <!ENTITY AppProtocols SYSTEM "wsug_src/EUG_app_protocols.xml">
+ <!ENTITY AppHowItWorks SYSTEM "wsug_src/EUG_app_howitworks.xml">
+ <!ENTITY AppTools SYSTEM "wsug_src/EUG_app_tools.xml">
<!ENTITY AppGPL SYSTEM "GPL_appendix.xml">
]>
diff --git a/docbook/eth.css b/docbook/ws.css
index 3fb57fc987..78fc2250a4 100644
--- a/docbook/eth.css
+++ b/docbook/ws.css
@@ -3,4 +3,4 @@ div.sidebar {
border: 1px solid black;
margin: 6px;
padding: 0px 6px 0px 6px;
-} \ No newline at end of file
+}
diff --git a/docbook/eug_src/EUG_app_files.xml b/docbook/wsug_src/EUG_app_files.xml
index 19ec579e27..19ec579e27 100644
--- a/docbook/eug_src/EUG_app_files.xml
+++ b/docbook/wsug_src/EUG_app_files.xml
diff --git a/docbook/eug_src/EUG_app_howitworks.xml b/docbook/wsug_src/EUG_app_howitworks.xml
index 83e33beeff..83e33beeff 100644
--- a/docbook/eug_src/EUG_app_howitworks.xml
+++ b/docbook/wsug_src/EUG_app_howitworks.xml
diff --git a/docbook/eug_src/EUG_app_messages.xml b/docbook/wsug_src/EUG_app_messages.xml
index a0631e7d2a..a0631e7d2a 100644
--- a/docbook/eug_src/EUG_app_messages.xml
+++ b/docbook/wsug_src/EUG_app_messages.xml
diff --git a/docbook/eug_src/EUG_app_protocols.xml b/docbook/wsug_src/EUG_app_protocols.xml
index 4e8a9a787c..4e8a9a787c 100644
--- a/docbook/eug_src/EUG_app_protocols.xml
+++ b/docbook/wsug_src/EUG_app_protocols.xml
diff --git a/docbook/eug_src/EUG_app_tools.xml b/docbook/wsug_src/EUG_app_tools.xml
index 4c9364dac4..4c9364dac4 100644
--- a/docbook/eug_src/EUG_app_tools.xml
+++ b/docbook/wsug_src/EUG_app_tools.xml
diff --git a/docbook/eug_src/EUG_chapter_advanced.xml b/docbook/wsug_src/EUG_chapter_advanced.xml
index db04444142..db04444142 100644
--- a/docbook/eug_src/EUG_chapter_advanced.xml
+++ b/docbook/wsug_src/EUG_chapter_advanced.xml
diff --git a/docbook/eug_src/EUG_chapter_build_install.xml b/docbook/wsug_src/EUG_chapter_build_install.xml
index 2613270660..2613270660 100644
--- a/docbook/eug_src/EUG_chapter_build_install.xml
+++ b/docbook/wsug_src/EUG_chapter_build_install.xml
diff --git a/docbook/eug_src/EUG_chapter_capture.xml b/docbook/wsug_src/EUG_chapter_capture.xml
index 9918b3e9fb..9918b3e9fb 100644
--- a/docbook/eug_src/EUG_chapter_capture.xml
+++ b/docbook/wsug_src/EUG_chapter_capture.xml
diff --git a/docbook/eug_src/EUG_chapter_customize.xml b/docbook/wsug_src/EUG_chapter_customize.xml
index 5c9c9d23e3..5c9c9d23e3 100644
--- a/docbook/eug_src/EUG_chapter_customize.xml
+++ b/docbook/wsug_src/EUG_chapter_customize.xml
diff --git a/docbook/eug_src/EUG_chapter_introduction.xml b/docbook/wsug_src/EUG_chapter_introduction.xml
index 99f7e52957..99f7e52957 100644
--- a/docbook/eug_src/EUG_chapter_introduction.xml
+++ b/docbook/wsug_src/EUG_chapter_introduction.xml
diff --git a/docbook/eug_src/EUG_chapter_io.xml b/docbook/wsug_src/EUG_chapter_io.xml
index cadbefc353..cadbefc353 100644
--- a/docbook/eug_src/EUG_chapter_io.xml
+++ b/docbook/wsug_src/EUG_chapter_io.xml
diff --git a/docbook/eug_src/EUG_chapter_statistics.xml b/docbook/wsug_src/EUG_chapter_statistics.xml
index e360d39e05..e360d39e05 100644
--- a/docbook/eug_src/EUG_chapter_statistics.xml
+++ b/docbook/wsug_src/EUG_chapter_statistics.xml
diff --git a/docbook/eug_src/EUG_chapter_troubleshoot.xml b/docbook/wsug_src/EUG_chapter_troubleshoot.xml
index ffeb050f4a..ffeb050f4a 100644
--- a/docbook/eug_src/EUG_chapter_troubleshoot.xml
+++ b/docbook/wsug_src/EUG_chapter_troubleshoot.xml
diff --git a/docbook/eug_src/EUG_chapter_use.xml b/docbook/wsug_src/EUG_chapter_use.xml
index 9852ce4b50..9852ce4b50 100644
--- a/docbook/eug_src/EUG_chapter_use.xml
+++ b/docbook/wsug_src/EUG_chapter_use.xml
diff --git a/docbook/eug_src/EUG_chapter_work.xml b/docbook/wsug_src/EUG_chapter_work.xml
index 9d083939a3..9d083939a3 100644
--- a/docbook/eug_src/EUG_chapter_work.xml
+++ b/docbook/wsug_src/EUG_chapter_work.xml
diff --git a/docbook/eug_src/EUG_meta_info.xml b/docbook/wsug_src/EUG_meta_info.xml
index 62005e27d6..62005e27d6 100644
--- a/docbook/eug_src/EUG_meta_info.xml
+++ b/docbook/wsug_src/EUG_meta_info.xml
diff --git a/docbook/eug_src/EUG_preface.xml b/docbook/wsug_src/EUG_preface.xml
index 665fc98423..665fc98423 100644
--- a/docbook/eug_src/EUG_preface.xml
+++ b/docbook/wsug_src/EUG_preface.xml