Default target should create the faq.txt file (no delete it)
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 13 Dec 2008 03:13:38 +0000 (03:13 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 13 Dec 2008 03:13:38 +0000 (03:13 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26983 f5534014-38df-0310-8fa8-9805f1628bb7

help/Makefile.nmake

index cb456621221ef1fe1317a09a090e3eda457ff85d..e0c3df6e9f07c54f040f641111bd563d2c56a4a6 100644 (file)
@@ -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 > $@