aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-19 01:10:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-19 01:10:59 +0000
commit020e10eabbd4fd6d7d78c0ec2c4bbca0684503ee (patch)
tree84106ee8ec1e44a7ce7fef68974a7c5245daaee6 /Makefile.nmake
parentd59760498850abb3ecd726247841df8b3880bb55 (diff)
downloadwireshark-020e10eabbd4fd6d7d78c0ec2c4bbca0684503ee.tar.gz
wireshark-020e10eabbd4fd6d7d78c0ec2c4bbca0684503ee.tar.bz2
wireshark-020e10eabbd4fd6d7d78c0ec2c4bbca0684503ee.zip
add the user-guide as a component to the setup target
svn path=/trunk/; revision=20495
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index a0506375e9..9bc121ea2b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -710,6 +710,10 @@ setup: verify_tools
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
gtk-wimp gtk-wimp/gtk-wimp-0.7.0-bin.zip
!ENDIF
+!IFDEF HHC_DIR
+ @$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
+ user-guide user-guide-20494.zip
+!ENDIF
@echo.
@echo Wireshark is ready to build.
@@ -730,6 +734,7 @@ clean_setup:
rm -r -f $(WIRESHARK_LIBS)/pcre-6.4
rm -r -f $(WIRESHARK_LIBS)/portaudio_v18_1
rm -r -f $(WIRESHARK_LIBS)/portaudio_v19
+ rm -r -f $(WIRESHARK_LIBS)/user-guide
rm -r -f $(WIRESHARK_LIBS)/WpdPack
rm -r -f $(WIRESHARK_LIBS)/AirPcap_Devpack_1_0_0_594
rm -r -f $(WIRESHARK_LIBS)/zlib123-dll