From 40fd3c770b7e95eb0e39d4801963f96c9066451e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 13 Dec 2008 03:13:38 +0000 Subject: Default target should create the faq.txt file (no delete it) svn path=/trunk/; revision=26983 --- help/Makefile.nmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'help') diff --git a/help/Makefile.nmake b/help/Makefile.nmake index cb45662122..e0c3df6e9f 100644 --- a/help/Makefile.nmake +++ b/help/Makefile.nmake @@ -7,6 +7,9 @@ include ..\config.nmake ############### no need to modify below this line ######### +faq.txt: faq.py + $(PYTHON) faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@ + clean: rm -rf faq.txt @@ -14,5 +17,3 @@ distclean: clean maintainer-clean: distclean -faq.txt: faq.py - $(PYTHON) faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@ -- cgit v1.2.3