From 2eac80aa00e94ff00776a61864ea153d7fe1aae2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 6 Oct 2009 15:05:09 +0100 Subject: Remove NSIS installer. --- Makefile.in | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c1a9f56..c9a6786 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,20 +42,6 @@ distclean: clean rm -f Makefile rm -f virt-top/Makefile -# Windows installer (requires NSIS). - -WININSTALLER := $(PACKAGE)-$(VERSION).exe - -ifneq ($(MAKENSIS),) -wininstaller: $(WININSTALLER) - -$(WININSTALLER): wininstaller.nsis all opt - "$(MAKENSIS)" \ - //DPACKAGE=$(PACKAGE) //DVERSION=$(VERSION) \ - //DOUTFILE=$@ $< - ls -l $@ -endif - # Distribution. dist: ChangeLog -- cgit