From fc6e505dacdc12792b5f2175f007715bfe3ce471 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 15 Mar 2013 00:08:18 +0000 Subject: 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 --- config.nmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.nmake') 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" ############################################################################## # -- cgit v1.2.1