summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-13 02:59:42 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-13 02:59:42 +0000
commit9dcdec852bc40d4d454d4c70bee66c3f74ed9e0a (patch)
tree38b4e43aca991e1e9d1d2197eaad6cb6fd958a57 /help
parent6906e796006558d1bcff6e976d16412fdc1d59d9 (diff)
downloadwireshark-9dcdec852bc40d4d454d4c70bee66c3f74ed9e0a.tar.gz
Try to get the FAQ targets working on Windows. Add lynx to the list of
required tools. svn path=/trunk/; revision=26982
Diffstat (limited to 'help')
-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 > $@