# HG changeset patch # User fabien # Date 1141659925 18000 # Node ID b612f4869efe898e11e4b63fd95cbbca7fb99fe5 # Parent e3b572aa3a2394f9093429315e7f9bcea0d04a3f [svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 Replace w3m with elinks (nicer output with links table). diff -r e3b572aa3a23 -r b612f4869efe Makefile --- a/Makefile Fri Feb 03 16:27:59 2006 -0500 +++ b/Makefile Mon Mar 06 10:45:25 2006 -0500 @@ -52,7 +52,7 @@ xsltproc --xinclude -o $(dir $@) chunk.xsl $< %.txt: %.html - w3m -dump $< > $@ + elinks -dump $< > $@ install: $(UPLOAD) -mkdir -p $(INSTALL_DIR)