From 020e10eabbd4fd6d7d78c0ec2c4bbca0684503ee Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 19 Jan 2007 01:10:59 +0000 Subject: add the user-guide as a component to the setup target svn path=/trunk/; revision=20495 --- Makefile.nmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index a0506375e9..9bc121ea2b 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -709,6 +709,10 @@ setup: verify_tools !IFDEF GTK_WIMP_DIR @$(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 -- cgit v1.2.3