aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-13 02:59:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-13 02:59:42 +0000
commit843e60c401fc61f456f73634158eb8e181c1cd59 (patch)
tree38b4e43aca991e1e9d1d2197eaad6cb6fd958a57 /Makefile.nmake
parent7a35ae4662194cf26c4a6c0d5ea28bd766a5a4be (diff)
Try to get the FAQ targets working on Windows. Add lynx to the list of
required tools. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26982 f5534014-38df-0310-8fa8-9805f1628bb7
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) \