[libvirt] [ocaml PATCH 2/4] build: drop broken NSIS leftovers

Pino Toscano ptoscano at redhat.com
Thu Aug 29 14:32:47 UTC 2019


Followup of commit 3a0299f38534053b698c5fde029b27a4546f0f18.

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 Makefile.in | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 3857a24..5c41a9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,8 +20,6 @@ VERSION		= @PACKAGE_VERSION@
 
 INSTALL		= @INSTALL@
 
-MAKENSIS	= @MAKENSIS@
-
 OCAMLDOC        = @OCAMLDOC@
 OCAMLDOCFLAGS	:= -html -sort -colorize-code
 
@@ -65,20 +63,6 @@ doc:
 	  libvirt.{ml,mli} libvirt_version.{ml,mli}
 endif
 
-# 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
-
 # Update configure and rerun.
 
 configure: force
@@ -141,11 +125,6 @@ upload:
 	  libvirt.org:/data/www/libvirt.org/ocaml/html/
 	scp $(PACKAGE)-$(VERSION).tar.gz libvirt.org:/data/ftp/libvirt/ocaml/
 
-# Upload Windows binary installer to main website.
-
-winupload:
-	scp $(WININSTALLER) libvirt.org:/data/ftp/libvirt/ocaml/
-
 force:
 
 .PHONY: all opt depend install clean distclean configure dist check-manifest \
-- 
2.21.0




More information about the libvir-list mailing list