1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

Correct punctuation in the ChangeLog summary line.

* Makefile.am (gen-ChangeLog): Supply --append-dot.
This commit is contained in:
Werner Koch 2011-12-07 11:07:21 +01:00
parent cd3732841d
commit 14e4fdc9f9

View File

@ -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; \