diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-17 10:55:05 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-17 10:55:05 +0530 |
commit | 93836989e65ba05b72e021670020652e99c0dc5b (patch) | |
tree | 60821b0079069f84444e2e862385f3ef5a23b831 | |
parent | 9b0dff3a58b81309438eb1164507839136d24030 (diff) |
build-sys: Drop ChangeLog generationv2.99.2
This drops ChangeLog generation from git. It does not make sense to
distribute 500 kB of ChangeLog given how easy it is these days to browse
history with git.
We might replace this with a release-annoucement-esque high-level
summary of changes.
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index b3ee078c..09fe5efd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,11 +83,6 @@ fedora-snapshot: dist cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz dist-hook: - if test -d .git ; then \ - test -z $$USE_GIT || git pull ; \ - test -f ${distdir}/ChangeLog && chmod u+w ${distdir}/ChangeLog ; \ - ( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \ - fi echo $(VERSION) > $(distdir)/.tarball-version echo $(VERSION) > $(distdir)/.version |