Makefile
branchecjdr
changeset 75 4c6e0e62159f
parent 74 81ac067cf755
child 82 e3cf708e9394
--- a/Makefile	Mon Mar 06 10:45:25 2006 -0500
+++ b/Makefile	Mon Mar 06 10:45:36 2006 -0500
@@ -83,7 +83,7 @@
 	fop $< $@
 
 %.txt: %.html
-	elinks -dump $< > $@
+	w3m -dump $< > $@
 
 %/index.html: %.xml $(SRC_DIR)/chunk.xsl
 	rm -rf $(dir $@)