summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-07-05 17:24:29 +0200
committerJim Meyering <meyering@redhat.com>2012-07-06 12:47:30 +0200
commit931662604740c3b8cf2f1ed198bb1cbeff039486 (patch)
tree41b2dd8af4886761797842242f35d91d471a6f40 /Makefile.am
parent0c4a9265b30bce1bdda64617268d80d95f35a00f (diff)
downloadgrep-931662604740c3b8cf2f1ed198bb1cbeff039486.tar.gz
maint: correct log typo, to reflect in generated ChangeLog
* Makefile.am (gen-ChangeLog): Use --amend, now that we must make our first log correction. * build-aux/git-log-fix: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 954d3caf..ba6c2783 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ gen_start_date = 2009-11-27
gen-ChangeLog:
$(AM_V_GEN)if test -d .git; then \
$(top_srcdir)/build-aux/gitlog-to-changelog \
+ --amend=$(srcdir)/build-aux/git-log-fix \
--since=$(gen_start_date) > $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \