aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-09-27 16:49:53 +0000
committerGerald Combs <gerald@wireshark.org>2006-09-27 16:49:53 +0000
commite21c2fe5b5fcab0ab732cb7962afa6720eb50306 (patch)
tree41802a5508418de80da695aee23d4e5065070dd4 /packaging
parent473347e0643b1bcf534db06217a78d4b65a7ba23 (diff)
Make the NSIS distclean target be a bit more thorough about cleaning up old
installers. svn path=/trunk/; revision=19337
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index a9e8c46217..99e1e2d7e3 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -163,6 +163,9 @@ clean:
rm -f NEWS.txt
distclean: clean
+ rm -f wireshark-setup-*.exe
+ rm -f wireshark-gtk1-setup-*.exe
+ rm -f wireshark-gtk2-setup-*.exe
maintainer-clean: distclean