aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-08-17 09:23:31 -0700
committerGerald Combs <gerald@wireshark.org>2014-08-23 18:32:51 +0000
commit02c5a12ee41c730211055b3252416e6e8c8f0748 (patch)
tree9658a527e601cc00bb9d3d49c56f1aa77b7b3fb0 /docbook/Makefile.common
parent6854d8989ebfeef401544130e351552b238ec3f5 (diff)
WSUG: Convert the "User Interface" chapter to AsciiDoc.
Add the "asciidoc.conf" compatibility configuration file from Asciidoctor. Although we don't use Asciidoctor it gives us macros that keep us from losing some useful DocBook elements. Update various CMake files to support multiple AsciiDoc configuration files. Leave most of the content intact for now. Hopefully the other chapters aren't as laden with markup. Change-Id: Id69757342b86abb2b3130cb61e90f5695a26ea8a Reviewed-on: https://code.wireshark.org/review/3680 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.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index be2994716f..da34e9f5a7 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -14,7 +14,7 @@ WSUG_FILES = \
wsug_src/WSUG_chapter_statistics.asciidoc \
wsug_src/WSUG_chapter_telephony.xml \
wsug_src/WSUG_chapter_troubleshoot.xml \
- wsug_src/WSUG_chapter_use.xml \
+ wsug_src/WSUG_chapter_use.asciidoc \
wsug_src/WSUG_chapter_work.xml \
wsug_src/WSUG_meta_info.xml \
wsug_src/WSUG_preface.asciidoc \
@@ -25,6 +25,7 @@ WSUG_GENERATED_SOURCE = \
wsug_src/WSUG_chapter_build_install.xml \
wsug_src/WSUG_chapter_introduction.xml \
wsug_src/WSUG_chapter_statistics.xml \
+ wsug_src/WSUG_chapter_use.xml \
wsug_src/WSUG_preface.xml
WSUG_GRAPHICS = \
@@ -226,7 +227,8 @@ WSDG_SOURCE = $(WSDG_GENERATED_SOURCE) $(WSDG_DIST)
RELEASE_NOTES_SOURCE = \
release-notes.asciidoc \
Makefile.common \
- asciidoc.conf
+ asciidoc.conf \
+ asciidoctor-asciidoc.conf
CLEANFILES = \
*.chm \