Skip to content

Commit cdfde1b

Browse files
committed
[css2] Different invocation for lynx
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402298
1 parent 0f643e6 commit cdfde1b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.86 2004-03-08 18:33:57 bbos Exp $
3+
# $Id: Makefile,v 2.87 2005-04-25 16:38:53 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -147,7 +147,8 @@ SPELL = ispell -l -p
147147
DIFF = diff
148148
GREP = grep
149149
LS = ls
150-
HTML2TXT = lynx -cfg lynx.cfg -dump -nolist
150+
#HTML2TXT = lynx -cfg lynx.cfg -dump -nolist
151+
HTML2TXT = lynx -dump -nolist
151152
DISTILL = ps2pdf
152153

153154
# HTML include preprocessor (for includes)

0 commit comments

Comments
 (0)