Followup of commit 3a0299f38534053b698c5fde029b27a4546f0f18.

Signed-off-by: Pino Toscano <[email protected]>
---
 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

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to