aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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 /Makefile.nmake
parent6906e796006558d1bcff6e976d16412fdc1d59d9 (diff)
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 'Makefile.nmake')
-rw-r--r--Makefile.nmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 3e4204e052..50c2665cda 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -644,6 +644,13 @@ doxygen-run:
doxygen: doxygen.cfg doxygen-run
+FAQ: help\faq.txt help\faq.py
+ cd help
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake faq.txt
+ cp faq.txt ..\FAQ
+ cd ..
+
+
################################################################################
# Prepare build environment by downloading and installing required libraries
################################################################################
@@ -664,6 +671,7 @@ REQUIRED_TOOLS=\
$(YACC) \
$(LEX) \
env \
+ lynx \
grep \
/usr/bin/find \
$(PERL) \