aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/README.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-30 21:34:56 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-30 21:34:56 +0000
commit6deb90af7b1eee58fe564ebeaee57066bca508e2 (patch)
treef4454704ecae5fd1a516eaf1b8e6f30aef1d5275 /docbook/README.txt
parentc510c6118efcbb4fb91c64dcb1559008fb2ce457 (diff)
eug -> wsug
svn path=/trunk/; revision=18259
Diffstat (limited to 'docbook/README.txt')
-rw-r--r--docbook/README.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/docbook/README.txt b/docbook/README.txt
index afb440cc41..67c1f44d21 100644
--- a/docbook/README.txt
+++ b/docbook/README.txt
@@ -109,21 +109,21 @@ files required for a release in that format.
all
Will generate both guide's in all available output formats (see below).
-make eug
+make wsug
Will generate Ethereal User's Guide in all available output formats.
-make eug_html
+make wsug_html
The HTML file is generated using xsltproc and the XSL stylesheets from
Norman Walsh. This is a conversion into a single HTML page.
-output: eug_html
+output: wsug_html
-make eug_html_chunked
+make wsug_html_chunked
The HTML files are generated using xsltproc and the XSL stylesheets from
Norman Walsh. This is a conversion into chunked (multiple) HTML pages.
-output: eug_html_chunked
+output: wsug_html_chunked
-make eug_pdf_us
-make eug_pdf_a4
+make wsug_pdf_us
+make wsug_pdf_a4
The PDF is generated using an intermediate format named XSL-FO (XSL
formatting objects). xsltproc converts the XML to a FO file, and then fop
(apache's formatting object processor) is used to generate the PDF document,
@@ -132,13 +132,13 @@ TIPP: You will get lot's of INFO/WARNING/ERROR messages when generating pdf,
but conversation works just fine.
output: user-guide.pdf
-make eug_chm
+make wsug_chm
On Win32 platforms, the "famous" HTML help format can be generated by using a
special HTML chunked conversion and then use the htmlhelp compiler from
Microsoft.
output: htmlhelp.chm
-Using the prefix edg_ instead of eug_ will build the same targets but for the
+Using the prefix edg_ instead of wsug_ will build the same targets but for the
Ethereal Developer's Guide.
The makefile is written to be run with gmake on unix/linux platforms. Win32