X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=Makefile.in;h=c1a9f5620d4430b78513a0e377eb02fe1c4a0fb1;hp=1793bfca6e3d018fe6c60508d5206f9cb0b3a074;hb=ea218fb3fe5100e5e1e61abff36f40bd79a757ca;hpb=9da8ce8817616f6fd928369586645435ec215202 diff --git a/Makefile.in b/Makefile.in index 1793bfc..c1a9f56 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,14 +69,14 @@ 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; \ exit $$rv -ChangeLog: - hg log --style changelog > $@.new +ChangeLog: $(shell find -type f) + ./gitlog-to-changelog > $@.new mv $@.new $@ .PHONY: all opt depend install clean distclean force \ No newline at end of file