summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-31 22:39:15 +0200
committerJim Meyering <meyering@redhat.com>2011-11-02 09:12:32 +0100
commit2b5ef2dd9d01c4f0bacae443696b342bceee0263 (patch)
tree8c745af120e65d6a7472ea9b92cb083baceea356 /Makefile.am
parentba4b05c94cc5a2bb306dd5e059a7bf38585311f7 (diff)
downloadcoreutils-2b5ef2dd9d01c4f0bacae443696b342bceee0263.tar.xz
maint: fix git-log typos when generating ChangeLog
* gnulib: Update to latest, for new gitlog-to-changelog. * Makefile.am (gen-ChangeLog): Use its new --amend=F option. * build-aux/git-log-fix: New file, with ChangeLog fixes.
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 0359717bd..1ec2b3605 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,6 +99,7 @@ gen_start_date = 2008-02-08
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; \