build-sys: Drop ChangeLog generation from git

The changelog generation script is not maintained, not installed on most
devs' systems, and the from-git changelog is mostly not useful.
This commit is contained in:
Arun Raghavan 2013-03-08 13:25:44 +05:30
parent 52e41d27ab
commit 85e09f48a9
1 changed files with 0 additions and 7 deletions

View File

@ -51,10 +51,3 @@ fedora-snapshot: dist
.PHONY: homepage .PHONY: homepage
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
dist-hook:
if test -d .git ; then \
git pull ; \
chmod u+w ${distdir}/ChangeLog || true ; \
git-changelog.perl > ${distdir}/ChangeLog ; \
fi