X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=c0622ccbdcd15939452d58ad9a34b9f92c5bb2bc;hb=2360cd228542c6a523f10daacbd631a753d17208;hp=1564c08c79c457ce91874bdce67660f4928484af;hpb=e54ab958bbbe8b773362a8dee91915ea87d4325a;p=ocaml-libvirt.git diff --git a/Makefile.in b/Makefile.in index 1564c08..c0622cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,6 +39,7 @@ clean: done rm -f examples/list_domains rm -f examples/node_info + rm -f examples/get_cpu_stats distclean: clean rm -f config.h config.log config.status configure @@ -96,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; \