aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-15 17:00:21 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-15 17:00:21 +0000
commitf609d943e55fdd5130dd4b7aaedb72508f2eea72 (patch)
tree8839eb612d29e598d3f76344a334b5bbdeb22fdb /config.nmake
parent3b4a82d26a4b2bd46b454f5e09352848c718e80f (diff)
Get release note conversion working on Windows.
svn path=/trunk/; revision=48321
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index a2407f4929..18c5ebad41 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1129,8 +1129,11 @@ XSLTPROC="xsltproc"
# the XML validator (part of cygwin's libxml2 package)
XMLLINT="xmllint"
-# Asciidoc converter (part of cygwin's asciidoc package)
-A2X="a2x"
+# Asciidoc converter (part of cygwin's asciidoc package). In order to build
+# the release notes you must have the Cygwin asciidoc and lynx packages
+# installed.
+A2X=a2x
+LYNX=lynx
##############################################################################
#