aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-11-09 18:13:57 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-10 05:30:10 +0000
commit62289300d6331b0c23100ae152fddfdc20811733 (patch)
tree5248ee2cdda7131c4172cfdbbb77cfe03605cf4c /docbook/Makefile.common
parent055e4768ece1033afaf952e161a1e5d75a62961f (diff)
Finish converting the User's Guide to AsciiDoc.
As with the Developer's Guide, add user-guide-docinfo.xml, which lets us carry over DocBook front matter. Remove the meta_info chapter. Most of its contents are now in user-guide-docinfo.xml. Add a DocBook revision history based on hints from the Git/SVN/CVS revision history. Remove the various makefile targets for converting AsciiDoc files to DocBook chapters. Remove GPL_appendix.xml. We use the AsciiDoc version. Change-Id: I543fa2a92f2c735c5f00c97ec65cff2187e09e3a Reviewed-on: https://code.wireshark.org/review/5216 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/Makefile.common')
-rw-r--r--docbook/Makefile.common22
1 files changed, 2 insertions, 20 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index 271bb9e50c..5980186100 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -17,28 +17,11 @@ WSUG_FILES = \
wsug_src/WSUG_chapter_troubleshoot.asciidoc \
wsug_src/WSUG_chapter_use.asciidoc \
wsug_src/WSUG_chapter_work.asciidoc \
- wsug_src/WSUG_meta_info.xml \
wsug_src/WSUG_preface.asciidoc \
ws.css
WSUG_GENERATED_SOURCE = \
- wsug_src/WSUG_app_files.xml \
- wsug_src/WSUG_app_howitworks.xml \
- wsug_src/WSUG_app_messages.xml \
- wsug_src/WSUG_app_protocols.xml \
- wsug_src/WSUG_app_tools.xml \
- wsug_src/WSUG_chapter_advanced.xml \
- wsug_src/WSUG_chapter_build_install.xml \
- wsug_src/WSUG_chapter_capture.xml \
- wsug_src/WSUG_chapter_customize.xml \
- wsug_src/WSUG_chapter_introduction.xml \
- wsug_src/WSUG_chapter_io.xml \
- wsug_src/WSUG_chapter_telephony.xml \
- wsug_src/WSUG_chapter_troubleshoot.xml \
- wsug_src/WSUG_chapter_statistics.xml \
- wsug_src/WSUG_chapter_use.xml \
- wsug_src/WSUG_chapter_work.xml \
- wsug_src/WSUG_preface.xml
+ user-guide.xml
WSUG_GRAPHICS = \
wsug_graphics/captureOptions.png \
@@ -214,7 +197,7 @@ COMMON_GRAPHICS = \
WSUG_DIST = \
user-guide.xml \
git_version.xml \
- GPL_appendix.xml \
+ GPL_appendix.asciidoc \
custom_layer_chm.xsl \
custom_layer_pdf.xsl \
Makefile.common \
@@ -252,7 +235,6 @@ CLEANFILES = \
*.validated \
$(WSDG_GENERATED_SOURCE) \
$(WSUG_GENERATED_SOURCE) \
- wsug_src/*.dbk \
wsdg_chm \
wsdg_html.zip \
wsdg_html_chunked.zip \