Version 0.6.1.2.
[ocaml-libvirt.git] / Makefile.in
index e816d3b..c0622cc 100644 (file)
@@ -25,7 +25,7 @@ MAKENSIS      = @MAKENSIS@
 OCAMLDOC        = @OCAMLDOC@
 OCAMLDOCFLAGS  := -html -sort
 
-SUBDIRS                = libvirt mlvirsh examples
+SUBDIRS                = libvirt examples
 
 all opt depend install-opt install-byte:
        for d in $(SUBDIRS); do \
@@ -39,7 +39,7 @@ clean:
        done
        rm -f examples/list_domains
        rm -f examples/node_info
-       rm -f mlvirsh/mlvirsh
+       rm -f examples/get_cpu_stats
 
 distclean: clean
        rm -f config.h config.log config.status configure
@@ -50,9 +50,6 @@ distclean: clean
        rm -f Make.rules
        rm -f libvirt/Makefile
        rm -f examples/Makefile
-       rm -f mlvirsh/Makefile
-       rm -f mlvirsh/mlvirsh_gettext.ml
-       rm -f po/Makefile
 
 # Developer documentation (in html/ subdirectory).
 
@@ -100,7 +97,7 @@ dist: ChangeLog
        ls -l $(PACKAGE)-$(VERSION).tar.gz
 
 check-manifest:
-       hg manifest | sort > .check-manifest; \
+       git ls-files | sort > .check-manifest; \
        sort MANIFEST > .orig-manifest; \
        diff -u .orig-manifest .check-manifest; rv=$$?; \
        rm -f .orig-manifest .check-manifest; \