aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
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 > $@