diff options
| author | Werner Koch <[email protected]> | 2011-12-07 10:07:21 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2011-12-07 10:07:21 +0000 |
| commit | 14e4fdc9f97d6f12bf563adfff1e3157305d7795 (patch) | |
| tree | c7be6fbc081080fa72fa8a6daa8cd50afb7a9517 | |
| parent | Allow comments which will not show up in the ChangeLog (diff) | |
| download | gnupg-14e4fdc9f97d6f12bf563adfff1e3157305d7795.tar.gz gnupg-14e4fdc9f97d6f12bf563adfff1e3157305d7795.zip | |
Correct punctuation in the ChangeLog summary line.
* Makefile.am (gen-ChangeLog): Supply --append-dot.
| -rw-r--r-- | Makefile.am | 1 |
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; \ |
