summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-10-05 16:07:58 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-10-05 16:07:58 +0100
commit07bceaedef4b02f0dfafca6d2498ead43d00511c (patch)
treed6392ad13d11d355ca4879b5dd348877d05f7d52 /Makefile.in
parent989fbe475b9041f780a58a613b2126da5edb8f8a (diff)
downloadvirt-top-07bceaedef4b02f0dfafca6d2498ead43d00511c.tar.gz
virt-top-07bceaedef4b02f0dfafca6d2498ead43d00511c.tar.xz
virt-top-07bceaedef4b02f0dfafca6d2498ead43d00511c.zip
Fix changelog and manifest files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
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