Ethereal -> Wireshark
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 30 May 2006 19:38:24 +0000 (19:38 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 30 May 2006 19:38:24 +0000 (19:38 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18255 f5534014-38df-0310-8fa8-9805f1628bb7

20 files changed:
docbook/Makefile
docbook/user-guide.xml
docbook/ws.css [moved from docbook/eth.css with 98% similarity]
docbook/wsug_src/EUG_app_files.xml [moved from docbook/eug_src/EUG_app_files.xml with 100% similarity]
docbook/wsug_src/EUG_app_howitworks.xml [moved from docbook/eug_src/EUG_app_howitworks.xml with 100% similarity]
docbook/wsug_src/EUG_app_messages.xml [moved from docbook/eug_src/EUG_app_messages.xml with 100% similarity]
docbook/wsug_src/EUG_app_protocols.xml [moved from docbook/eug_src/EUG_app_protocols.xml with 100% similarity]
docbook/wsug_src/EUG_app_tools.xml [moved from docbook/eug_src/EUG_app_tools.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_advanced.xml [moved from docbook/eug_src/EUG_chapter_advanced.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_build_install.xml [moved from docbook/eug_src/EUG_chapter_build_install.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_capture.xml [moved from docbook/eug_src/EUG_chapter_capture.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_customize.xml [moved from docbook/eug_src/EUG_chapter_customize.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_introduction.xml [moved from docbook/eug_src/EUG_chapter_introduction.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_io.xml [moved from docbook/eug_src/EUG_chapter_io.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_statistics.xml [moved from docbook/eug_src/EUG_chapter_statistics.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_troubleshoot.xml [moved from docbook/eug_src/EUG_chapter_troubleshoot.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_use.xml [moved from docbook/eug_src/EUG_chapter_use.xml with 100% similarity]
docbook/wsug_src/EUG_chapter_work.xml [moved from docbook/eug_src/EUG_chapter_work.xml with 100% similarity]
docbook/wsug_src/EUG_meta_info.xml [moved from docbook/eug_src/EUG_meta_info.xml with 100% similarity]
docbook/wsug_src/EUG_preface.xml [moved from docbook/eug_src/EUG_preface.xml with 100% similarity]

index a4a90a242621002ff5429626048c44a5c3642961..08138bfd8dae24e3f4b638aa0a6b2f262bcec365 100644 (file)
@@ -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
index d870c5835f631495c88ea9462dd854d5a6a5ac26..03341bea363ce27d4d38e430234b0fe02459f789 100644 (file)
@@ -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">
 
 ]>
similarity index 98%
rename from docbook/eth.css
rename to docbook/ws.css
index 3fb57fc987793c908b8a9e8801776b7d9b241ade..78fc2250a454e2228da5a6a79a3a58f854ecf13c 100644 (file)
@@ -3,4 +3,4 @@ div.sidebar {
        border: 1px solid black;
        margin: 6px;
        padding: 0px 6px 0px 6px;
-}
\ No newline at end of file
+}