# HG changeset patch # User fabien # Date 1141659925 18000 # Node ID 81ac067cf75522f5c2086419b55000c9b0cfbc72 # Parent fbea20f9f5b8fb287907cafd412ddba6a0c8af76 [svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 Replace w3m with elinks (nicer output with links table). diff -r fbea20f9f5b8 -r 81ac067cf755 Makefile --- a/Makefile Mon Mar 06 10:45:16 2006 -0500 +++ b/Makefile Mon Mar 06 10:45:25 2006 -0500 @@ -83,7 +83,7 @@ fop $< $@ %.txt: %.html - w3m -dump $< > $@ + elinks -dump $< > $@ %/index.html: %.xml $(SRC_DIR)/chunk.xsl rm -rf $(dir $@)