aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-15 00:08:18 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-15 00:08:18 +0000
commitfc6e505dacdc12792b5f2175f007715bfe3ce471 (patch)
treefe95d218ce8c1bb7d3a50f8901c15a42643452ec /docbook/Makefile.common
parent930deed11d544da5bd4e3e5ad4e7d26ff06354af (diff)
Switch to Asciidoc for the release notes. The initial conversion from
Docbook was done using Pandoc and cleaned up by hand. Add an asciidoc.conf which contains macros for linking to Wireshark bugs and CVE IDs. Remove the release-notes.chm target. I don't think we ever used it and we're probably better off generating PDF or HTML if we need something fancier than plain text. In configure.ac, consolidate program path discovery a bit and add a2x discovery. svn path=/trunk/; revision=48307
Diffstat (limited to 'docbook/Makefile.common')
-rw-r--r--docbook/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index 0f74303512..587feb6a88 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -207,9 +207,9 @@ WSDG_SOURCE = \
$(WSDG_GRAPHICS)
RELEASE_NOTES_SOURCE = \
- release-notes.xml \
+ release-notes.asciidoc \
Makefile.common \
- svn_version.xml
+ asciidoc.conf
CLEANFILES = \
*.chm \
@@ -249,4 +249,3 @@ WSLUA_MODULES = \
../epan/wslua/wslua_tree.c \
../epan/wslua/wslua_tvb.c \
../epan/wslua/wslua_util.c
-