From f609d943e55fdd5130dd4b7aaedb72508f2eea72 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 15 Mar 2013 17:00:21 +0000 Subject: Get release note conversion working on Windows. svn path=/trunk/; revision=48321 --- config.nmake | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.nmake') 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 ############################################################################## # -- cgit v1.2.3