aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
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 /config.nmake
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 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 03ac461179..a2407f4929 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1129,7 +1129,8 @@ XSLTPROC="xsltproc"
# the XML validator (part of cygwin's libxml2 package)
XMLLINT="xmllint"
-
+# Asciidoc converter (part of cygwin's asciidoc package)
+A2X="a2x"
##############################################################################
#