[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 cda
authorfabien
Mon, 06 Mar 2006 10:45:25 -0500
branchcda
changeset 8 fd31a3ea9132
parent 7 b0472ba58372
child 9 af2604ead11f
[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 Replace w3m with elinks (nicer output with links table).
Makefile
--- a/Makefile	Thu Feb 23 15:13:28 2006 -0500
+++ b/Makefile	Mon Mar 06 10:45:25 2006 -0500
@@ -61,7 +61,7 @@
 	xsltproc --xinclude -o $(dir $@) chunk.xsl $<
 
 %.txt: %.html
-	w3m -dump $< > $@
+	elinks -dump $< > $@
 
 install: $(UPLOAD)
 	-mkdir -p $(INSTALL_DIR)