diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-02-10 09:27:32 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-02-10 09:27:32 +0000 |
commit | fb49859e64d538e5e281f735980a3ee0d038f83b (patch) | |
tree | 25b4224b0b36266580a74904396ce5d7da976074 /docbook/README.txt | |
parent | 5b3f1c2030d115e6492d8c25c789e651adb48052 (diff) | |
download | wireshark-fb49859e64d538e5e281f735980a3ee0d038f83b.tar.gz wireshark-fb49859e64d538e5e281f735980a3ee0d038f83b.tar.bz2 wireshark-fb49859e64d538e5e281f735980a3ee0d038f83b.zip |
The target is called eug_html_chunked not eug_htmlchunk
The pdf (and chm) targets are called differently in the two Makefiles (user-guide... vs. eug...), and I don't know which one is better (while keeping in mind that this will require changes in the documentation and elsewhere as well if we change it).
svn path=/trunk/; revision=17243
Diffstat (limited to 'docbook/README.txt')
-rw-r--r-- | docbook/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/README.txt b/docbook/README.txt index c05f4166fa..afb440cc41 100644 --- a/docbook/README.txt +++ b/docbook/README.txt @@ -117,7 +117,7 @@ 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 -make eug_htmlchunk +make eug_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 |