dist: Run 'git log' instead of custom script.

It's useful to see the complete SHA1's since that is how we refer to
fixes in Bugzilla.
This commit is contained in:
Richard W.M. Jones
2014-01-20 14:34:03 +00:00
parent ee90a36521
commit a7b5be067e

View File

@@ -274,7 +274,7 @@ website: $(HTMLFILES) $(HTMLSUPPORTFILES) $(TEXTFILES) $(BUILDERFILES)
# When doing 'make dist' update a few files automatically.
dist-hook:
$(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog
git log --decorate=false > ChangeLog
cp ChangeLog $(distdir)/ChangeLog
$(top_srcdir)/update-bugs.sh > BUGS-t
mv BUGS-t BUGS