Add coment about why 'links' fails if it is used to generate release-notes.txt

svn path=/trunk/; revision=32387
This commit is contained in:
Bill Meier 2010-04-05 19:42:07 +00:00
parent 23b15ef8aa
commit a5b180a3a8
1 changed files with 1 additions and 1 deletions

View File

@ -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