aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-05 21:47:44 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-05 21:47:44 +0000
commita895b5a77bd69299e776ba1c43859f4fddfda04d (patch)
treebec44d455a8b319ae8d80b9d7142a3f4e14020a6 /packaging
parent87fc510cb53799c537994311fb08f8522edc7f05 (diff)
downloadwireshark-a895b5a77bd69299e776ba1c43859f4fddfda04d.tar.gz
wireshark-a895b5a77bd69299e776ba1c43859f4fddfda04d.tar.bz2
wireshark-a895b5a77bd69299e776ba1c43859f4fddfda04d.zip
fixed / updated some dependencies
svn path=/trunk/; revision=9563
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake14
1 files changed, 10 insertions, 4 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index fe19f776b2..c71f21802c 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.32 2003/12/26 12:27:47 ulfl Exp $
+# $Id: Makefile.nmake,v 1.33 2004/01/05 21:47:44 ulfl Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -21,7 +21,13 @@ DOC=../../doc/ethereal.html \
../../FAQ \
../../README \
../../README.win32
-GPL=GPL.txt
+GPL=../../COPYING
+HELP=../../help/toc \
+ ../../help/overview.txt \
+ ../../help/capture_filters.txt \
+ ../../help/display_filters.txt \
+ ../../help/well_known.txt \
+ ../../help/faq.txt
PLUGINS=../../plugins/acn/acn.dll \
../../plugins/artnet/artnet.dll \
@@ -40,9 +46,9 @@ PLUGINS=../../plugins/acn/acn.dll \
../../plugins/rtnet/rtnet.dll \
../../plugins/v5ua/v5ua.dll
-DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS)
+DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(HELP) $(PLUGINS)
-ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES)
+ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES) Makefile.nmake
$(MAKENSIS) \
!IF "$(MAKENSIS_MODERN_UI)" != ""
/DMAKENSIS_MODERN_UI=$(MAKENSIS_MODERN_UI) \