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