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:
parent
52e41d27ab
commit
85e09f48a9
|
@ -51,10 +51,3 @@ fedora-snapshot: dist
|
|||
.PHONY: homepage
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue