summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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