summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-02 12:58:15 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-02 12:58:15 +0000
commit495beba9a570ab2e3bcd9f68e1fc43d668d09473 (patch)
treedf35a5b133dfbaa9e6fb0ecfacbc145e03f6585b /doc
parent2b04d42e4bf1d751c58b37e1bb7d1273753a7d48 (diff)
downloadwireshark-495beba9a570ab2e3bcd9f68e1fc43d668d09473.tar.gz
Ensure wireshark-filter doc rebuilt when tshark changes; optimize rebuild slightly
svn path=/trunk/; revision=25215
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.nmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 0cd6f59fb8..18239aa9f8 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -57,11 +57,6 @@ wireshark.html: wireshark-tmp.pod ../config.h ws.css
--noindex \
wireshark-tmp.pod > wireshark.html
-../$(INSTALL_DIR)/tshark.exe:
- cd ..
- $(MAKE) /$(MAKEFLAGS) -f makefile.nmake tshark.exe
- cd doc
-
tshark.1: tshark.pod ../config.h
$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
@@ -88,11 +83,10 @@ wireshark-filter.html: wireshark-filter.pod ../config.h ws.css
--noindex \
wireshark-filter.pod > wireshark-filter.html
-wireshark-filter.pod: wireshark-filter.pod.template ../$(INSTALL_DIR)/tshark.exe
+wireshark-filter.pod: wireshark-filter.pod.template ../tshark.exe
cd ..
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake install-all
$(INSTALL_DIR)\tshark.exe -G | $(PERL) doc\dfilter2pod.pl doc\wireshark-filter.pod.template > doc\wireshark-filter.pod
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean-deps
cd doc
capinfos.1: capinfos.pod ../config.h