summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 0 insertions, 14 deletions
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