aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-05 19:42:07 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-05 19:42:07 +0000
commita5b180a3a84b778bf361b86bb71d987885a02cf4 (patch)
tree8d9c8208dca32eb8e0dfcefc25cddb513f523c0b /config.nmake
parent23b15ef8aaae754b52787889035ee12dc606fc6a (diff)
Add coment about why 'links' fails if it is used to generate release-notes.txt
svn path=/trunk/; revision=32387
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index b5ea95d4f5..272e4baedd 100644
--- a/config.nmake
+++ b/config.nmake
@@ -833,7 +833,7 @@ HHC_EXE="$(HHC_DIR)\hhc.exe"
# This could also be "lynx", or "true" if neither elinks nor lynx is installed
# (cygwin: lynx works, elinks not available, links and true doesn't produce output)
#HTML2TXT=elinks -dump -dump-width 72
-#HTML2TXT=links -dump -width 72
+##HTML2TXT=links -dump -width 72 ## XXX: Fails: For links -dump requires 'url' (filename) arg.
#HTML2TXT=lynx -dump -width=72 -nolist -stdin
!IFNDEF HTML2TXT