Makefile
branchecjdr
changeset 74 81ac067cf755
parent 61 a6f437984267
child 75 4c6e0e62159f
--- 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 $@)