summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-12-07 11:07:21 +0100
committerWerner Koch <wk@gnupg.org>2011-12-07 11:07:21 +0100
commit14e4fdc9f97d6f12bf563adfff1e3157305d7795 (patch)
treec7be6fbc081080fa72fa8a6daa8cd50afb7a9517 /Makefile.am
parentAllow comments which will not show up in the ChangeLog (diff)
downloadgnupg2-14e4fdc9f97d6f12bf563adfff1e3157305d7795.tar.xz
gnupg2-14e4fdc9f97d6f12bf563adfff1e3157305d7795.zip
Correct punctuation in the ChangeLog summary line.
* Makefile.am (gen-ChangeLog): Supply --append-dot.
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 292748abc..5f9bf2ebf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,6 +116,7 @@ gen-ChangeLog:
if test -d $(top_srcdir)/.git; then \
(cd $(top_srcdir) && \
./scripts/gitlog-to-changelog \
+ --append-dot \
--amend=scripts/git-log-fix \
--since=$(gen_start_date) ) > $(distdir)/cl-t; \
cat $(top_srcdir)/scripts/git-log-footer >> $(distdir)/cl-t; \