aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.common
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-08-26 06:32:55 +0200
committerJörg Mayer <jmayer@loplof.de>2014-08-26 04:35:25 +0000
commit827d8995d77d5970efcc486327551da4ebfa12a7 (patch)
tree019fcb93655484b2775932d5d73089e464733470 /docbook/Makefile.common
parent1b420253058a8210b8f2eebb5e35e0b5244c59dd (diff)
The remaining build systems didn't know about the change of the
capture chapter from xml to asciidoc either. Change-Id: Ia48d4e0e4b445aedabd29a8483bcc19f12c13b20 Reviewed-on: https://code.wireshark.org/review/3857 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'docbook/Makefile.common')
-rw-r--r--docbook/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index e0216abdfa..746aca2bda 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -8,7 +8,7 @@ WSUG_FILES = \
wsug_src/WSUG_app_tools.xml \
wsug_src/WSUG_chapter_advanced.xml \
wsug_src/WSUG_chapter_build_install.asciidoc \
- wsug_src/WSUG_chapter_capture.xml \
+ wsug_src/WSUG_chapter_capture.asciidoc \
wsug_src/WSUG_chapter_customize.xml \
wsug_src/WSUG_chapter_introduction.asciidoc \
wsug_src/WSUG_chapter_io.xml \
@@ -24,6 +24,7 @@ WSUG_FILES = \
WSUG_GENERATED_SOURCE = \
wsug_src/WSUG_chapter_build_install.xml \
+ wsug_src/WSUG_chapter_capture.xml \
wsug_src/WSUG_chapter_introduction.xml \
wsug_src/WSUG_chapter_statistics.xml \
wsug_src/WSUG_chapter_use.xml \