From 9dcdec852bc40d4d454d4c70bee66c3f74ed9e0a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 13 Dec 2008 02:59:42 +0000 Subject: Try to get the FAQ targets working on Windows. Add lynx to the list of required tools. svn path=/trunk/; revision=26982 --- help/Makefile.nmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'help') diff --git a/help/Makefile.nmake b/help/Makefile.nmake index 11a8d2564d..cb45662122 100644 --- a/help/Makefile.nmake +++ b/help/Makefile.nmake @@ -8,7 +8,11 @@ include ..\config.nmake ############### no need to modify below this line ######### clean: + rm -rf faq.txt distclean: clean maintainer-clean: distclean + +faq.txt: faq.py + $(PYTHON) faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@ -- cgit v1.2.1