aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-07-29 18:31:43 -0700
committerGerald Combs <gerald@wireshark.org>2014-08-02 21:05:01 +0000
commita722f83ff1aa6cb53a0e581417b4ec88e9ba207c (patch)
treebb73848712d3f3922760bd64a92f6ea4b08e623f /docbook/CMakeLists.txt
parent50b67345b7eb35ae271b393b1e416f487338a1de (diff)
Convert the build and install chapter to AsciiDoc.
Add OS X content. Remove GTK+ content. Update the names in the NSIS package to match the documentation (untested). Change-Id: Id8fd08982bc26871bb8a319b0319808bcdba878c Reviewed-on: https://code.wireshark.org/review/3366 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 d57ba903e6..319f7130b3 100644
--- a/docbook/CMakeLists.txt
+++ b/docbook/CMakeLists.txt
@@ -32,7 +32,7 @@ set(WSUG_FILES
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_chapter_build_install.xml
wsug_src/WSUG_chapter_capture.xml
wsug_src/WSUG_chapter_customize.xml
WSUG_chapter_introduction.xml
@@ -49,6 +49,7 @@ set(WSUG_FILES
)
set(WSDG_ASCIIDOC_FILES
+ wsug_src/WSUG_chapter_build_install.asciidoc
wsug_src/WSUG_chapter_introduction.asciidoc
wsug_src/WSUG_preface.asciidoc
)