From c9c32db1870e604415aefd8e34e6efa23f5cf4b8 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 17 Dec 2008 21:11:20 +0000 Subject: Remove lynx as a dependency on Windows. By default, create the FAQ using html2text.py. You can override this by adjusting config.nmake or by setting HTML2TXT. svn path=/trunk/; revision=27041 --- help/Makefile.nmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'help/Makefile.nmake') diff --git a/help/Makefile.nmake b/help/Makefile.nmake index e0c3df6e9f..d8d22178e7 100644 --- a/help/Makefile.nmake +++ b/help/Makefile.nmake @@ -3,12 +3,15 @@ # # $Id$ +TOOLS_DIR=..\tools include ..\config.nmake ############### no need to modify below this line ######### +all: faq.txt + faq.txt: faq.py - $(PYTHON) faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@ + $(PYTHON) faq.py | $(HTML2TXT) > $@ clean: rm -rf faq.txt -- cgit v1.2.3