aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-02-01 11:26:38 -0800
committerGerald Combs <gerald@wireshark.org>2014-02-01 19:30:01 +0000
commitec6fc7690ba9930798a50f1c4e1e6173e715742b (patch)
treed26708ce32ca43e5c7916f1ad99602c39e80e09d /docbook/CMakeLists.txt
parentbdafbad95518632a924a01d9c335c7a81796e7f7 (diff)
Convert the libraries chapter to AsciiDoc.
Add some docbook-related entries to .gitignore. Whoever maintains the Windows libraries has done a terrible job of keeping this chapter up to date. Change-Id: Ic6dcbd9e8369eae9f07403bd3f805a515886f542 Reviewed-on: https://code.wireshark.org/review/72 Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-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 f1df60bf75..56bec0f762 100644
--- a/docbook/CMakeLists.txt
+++ b/docbook/CMakeLists.txt
@@ -186,7 +186,7 @@ set(WSDG_FILES
wsdg_src/WSDG_chapter_capture.xml
wsdg_src/WSDG_chapter_dissection.xml
wsdg_generated_src/WSDG_chapter_env_intro.xml
- wsdg_src/WSDG_chapter_libraries.xml
+ wsdg_generated_src/WSDG_chapter_libraries.xml
wsdg_generated_src/WSDG_chapter_quick_setup.xml
wsdg_generated_src/WSDG_chapter_sources.xml
wsdg_generated_src/WSDG_chapter_tools.xml
@@ -199,6 +199,7 @@ set(WSDG_FILES
set(WSDG_ASCIIDOC_FILES
wsdg_src/WSDG_chapter_env_intro.asciidoc
+ wsdg_src/WSDG_chapter_libraries.asciidoc
wsdg_src/WSDG_chapter_quick_setup.xml
wsdg_src/WSDG_chapter_sources.asciidoc
wsdg_src/WSDG_chapter_tools.asciidoc