]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: put newline after 'Subjecŧ' in ChangeLog
authorPavel Raiskup <praiskup@redhat.com>
Fri, 25 Sep 2015 06:14:02 +0000 (08:14 +0200)
committerPavel Raiskup <praiskup@redhat.com>
Fri, 25 Sep 2015 06:29:25 +0000 (08:29 +0200)
* Makefile.am ($(changelog)): Use --format='%s%n%n%b%n'.

Signed-off-by: Pavel Raiskup <praiskup@redhat.com>
Makefile.am

index c4099cc70eecd4bebc2ab7576d9bffe16c342f8a..b8d270309ba83ad97e97ff44c7e9cd0014326a68 100644 (file)
@@ -551,6 +551,7 @@ $(changelog): FORCE
        $(AM_V_GEN)if test -d '$(srcdir)/.git'; then \
          TZ=UTC $(gitlog_to_changelog) --amend=$(git_log_fix) \
              --ignore-matching=Omit-from-ChangeLog. \
+             --format='%s%n%n%b%n' \
              --since=$(changelog_start_date) > '$@T'; \
          rm -f '$@'; mv '$@T' '$@'; \
          cat '$(changelog_old)' >> '$@'; \