Version 0.6.1.2.
[ocaml-libvirt.git] / Makefile.in
index 99bc82b..c0622cc 100644 (file)
@@ -97,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; \