Fixed to build virt-ctrl.
[virt-ctrl.git] / Makefile.in
index 52776e0..199daf5 100644 (file)
@@ -57,17 +57,6 @@ distclean: clean
        rm -f virt-top/Makefile
        rm -f virt-df/Makefile
 
-# Developer documentation (in html/ subdirectory).
-
-ifneq ($(OCAMLDOC),)
-doc:
-       rm -rf html
-       mkdir html
-       -cd libvirt; \
-       $(OCAMLDOC) $(OCAMLDOCFLAGS) -d ../html \
-         libvirt.{ml,mli} libvirt_version.{ml,mli}
-endif
-
 # Windows installer (requires NSIS).
 
 WININSTALLER := $(PACKAGE)-$(VERSION).exe
@@ -82,14 +71,6 @@ $(WININSTALLER): wininstaller.nsis all opt
        ls -l $@
 endif
 
-# Update configure and rerun.
-
-configure: force
-       autoreconf
-       CFLAGS=-g \
-         ./configure \
-         --enable-debug=yes --with-libvirt=/home/rjones/local
-
 # Distribution.
 
 dist:
@@ -109,42 +90,5 @@ check-manifest:
        rm -f .orig-manifest .check-manifest; \
        exit $$rv
 
-# Do a release (update the website).
-
-release: configure
-       $(MAKE) release_stage_2
-
-release_stage_2: clean all opt doc dist
-       $(MAKE) release_stage_3
-
-WEBSITE        = ../redhat/websites
-
-release_stage_3:
-       rm -f $(WEBSITE)/ocaml-libvirt/html/*.{html,css}
-       cp html/*.{html,css} $(WEBSITE)/ocaml-libvirt/html/
-       cp README $(WEBSITE)/ocaml-libvirt/README.txt
-       cp ChangeLog $(WEBSITE)/ocaml-libvirt/ChangeLog.txt
-#      cp virt-top/virt-top.txt $(WEBSITE)/virt-top/
-#      cp ChangeLog $(WEBSITE)/virt-top/ChangeLog.txt
-
-# Upload to main website.
-
-upload:
-       cd $(WEBSITE)/ocaml-libvirt && \
-       scp ChangeLog.txt index.html README.txt Screenshot*.png \
-         libvirt.org:/data/www/libvirt.org/ocaml && \
-       scp css/*.css \
-         libvirt.org:/data/www/libvirt.org/ocaml/css/ && \
-       scp html/*.html html/*.css \
-         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 \
        release release_stage_2 release_stage_3 force
\ No newline at end of file