aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-09 03:48:16 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-09 03:48:16 +0000
commit22045b4a5462aea3c1b3efc5bd25aefc22643228 (patch)
treee7620dc85752170306cfa31edc21d3ebb309f747 /doc
parent73d406c3f6c16c2443d23d6869dc51dcfcd07e3b (diff)
lot's of GTK1 related code cleanup in the Win32 build process
svn path=/trunk/; revision=24854
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.nmake b/doc/Makefile.nmake
index 8c32a5069b..0cd6f59fb8 100644
--- a/doc/Makefile.nmake
+++ b/doc/Makefile.nmake
@@ -57,7 +57,7 @@ wireshark.html: wireshark-tmp.pod ../config.h ws.css
--noindex \
wireshark-tmp.pod > wireshark.html
-../$(INSTALL2_DIR)/tshark.exe:
+../$(INSTALL_DIR)/tshark.exe:
cd ..
$(MAKE) /$(MAKEFLAGS) -f makefile.nmake tshark.exe
cd doc
@@ -88,10 +88,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 ../$(INSTALL2_DIR)/tshark.exe
+wireshark-filter.pod: wireshark-filter.pod.template ../$(INSTALL_DIR)/tshark.exe
cd ..
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake install-deps
- $(INSTALL2_DIR)\tshark.exe -G | $(PERL) doc\dfilter2pod.pl doc\wireshark-filter.pod.template > doc\wireshark-filter.pod
+ $(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