From: Thomas Roessler Date: Sat, 7 Dec 2002 19:18:52 +0000 (+0000) Subject: Another changelog-related change. X-Git-Tag: mutt-1-5-3-rel~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d2d67b50ddbe20d21b2c683a80ed1004b203e5;p=mutt Another changelog-related change. --- diff --git a/Makefile.am b/Makefile.am index 28ad3135..f57170ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,7 +163,7 @@ commit-changelog: commit: pclean check-security commit-real changelog commit-changelog changelog: - sh ./mkchangelog.sh | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog + sh ./mkchangelog.sh | fmt -s | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog $(VISUAL) ChangeLog # kluge around automake problems.