summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2013-03-08 13:25:44 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2013-03-08 13:25:44 +0530
commit85e09f48a9384a30a526b3498921e5516ba4d5d4 (patch)
treeed7f77d8d66b26a0609e9137867360c0a98f5e7f
parent52e41d27ab18e80256bc53f7cf2017d3242eba1f (diff)
build-sys: Drop ChangeLog generation from gitv2.0
The changelog generation script is not maintained, not installed on most devs' systems, and the from-git changelog is mostly not useful.
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 2aeb1ce..79eb53a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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