aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-11-09 11:39:15 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-09 19:41:44 +0000
commit3924310d86cee06ebfcc4534518d609cafb91ecf (patch)
tree01a5d43bc49b9d44bd5a421e55ada510a6773b4a /docbook/CMakeLists.txt
parentc61df20847954ce874815928a916bf80306f57ef (diff)
WSUG: Convert ``Command Line Tools'' to AsciiDoc.
Move the idl2wrs section to the Developer's Guide. Leave most of the other content intact for now. Change-Id: I98c6eeab62af5cc55e3ce23ab1107df02b1a22cf Reviewed-on: https://code.wireshark.org/review/5214 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/CMakeLists.txt')
-rw-r--r--docbook/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docbook/CMakeLists.txt b/docbook/CMakeLists.txt
index 570e332af1..efc2c1d567 100644
--- a/docbook/CMakeLists.txt
+++ b/docbook/CMakeLists.txt
@@ -36,7 +36,7 @@ set(WSUG_FILES
WSUG_app_howitworks.xml
WSUG_app_messages.xml
WSUG_app_protocols.xml
- wsug_src/WSUG_app_tools.xml
+ WSUG_app_tools.xml
WSUG_chapter_advanced.xml
WSUG_chapter_build_install.xml
WSUG_chapter_capture.xml
@@ -58,6 +58,7 @@ set(WSDG_ASCIIDOC_FILES
wsug_src/WSUG_app_howitworks.asciidoc
wsug_src/WSUG_app_protocols.asciidoc
wsug_src/WSUG_app_messages.asciidoc
+ wsug_src/WSUG_app_tools.asciidoc
wsug_src/WSUG_chapter_advanced.asciidoc
wsug_src/WSUG_chapter_build_install.asciidoc
wsug_src/WSUG_chapter_capture.asciidoc