diff options
author | Bill Meier <wmeier@newsguy.com> | 2008-05-02 12:58:15 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2008-05-02 12:58:15 +0000 |
commit | 495beba9a570ab2e3bcd9f68e1fc43d668d09473 (patch) | |
tree | df35a5b133dfbaa9e6fb0ecfacbc145e03f6585b /doc/Makefile.nmake | |
parent | 2b04d42e4bf1d751c58b37e1bb7d1273753a7d48 (diff) | |
download | wireshark-495beba9a570ab2e3bcd9f68e1fc43d668d09473.tar.gz wireshark-495beba9a570ab2e3bcd9f68e1fc43d668d09473.tar.bz2 wireshark-495beba9a570ab2e3bcd9f68e1fc43d668d09473.zip |
Ensure wireshark-filter doc rebuilt when tshark changes; optimize rebuild slightly
svn path=/trunk/; revision=25215
Diffstat (limited to 'doc/Makefile.nmake')
-rw-r--r-- | doc/Makefile.nmake | 8 |
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 |