X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=c0622ccbdcd15939452d58ad9a34b9f92c5bb2bc;hb=2360cd228542c6a523f10daacbd631a753d17208;hp=99bc82b21902a5cdc60f344faf3b4eb96da6655e;hpb=c96c3a119b44d3321dddc5e189dcba991aaff677;p=ocaml-libvirt.git diff --git a/Makefile.in b/Makefile.in index 99bc82b..c0622cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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; \