[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 ecjdr
authorfabien
Mon, 06 Mar 2006 10:45:25 -0500
branchecjdr
changeset 74 81ac067cf755
parent 73 fbea20f9f5b8
child 75 4c6e0e62159f
[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 Replace w3m with elinks (nicer output with links table).
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 $@)