[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500
Replace w3m with elinks (nicer output with links table).
--- 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 $@)