summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
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
##############################################################################
#