diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-08-10 20:41:05 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-08-10 20:41:05 -0400 |
commit | 9b5c5b75701e8f8d5270d248c0eaac07aa5eb52a (patch) | |
tree | 2647ae84f1ee48985aeabfea27c3f7c9314bfe53 /Makefile.am | |
parent | 91a59251806c3836cbc58b009aae8b016feab5a4 (diff) |
[ChangeLog] Remove 'fmt' formatting of the ChangeLogs
We assume that people write wrapped commit messages, which is true these days
but was not back in the CVS days.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f65b6d68..e636263d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,7 @@ $(srcdir)/ChangeLog $(srcdir)/ChangeLog.pre-%: from=$(PREV_CHANGELOG_VERSION); \ test "x$$to" = x || version=$$version.0; \ test "x$$from" = xinitial || from=$$from.0; \ - ./missing --run git-log --stat $$from..$$to) | fmt --split-only > $@.tmp \ + ./missing --run git-log --stat $$from..$$to) > $@.tmp \ && mv -f $@.tmp $@ \ || ($(RM) $@.tmp; \ echo Failed to generate $@, your $@ may be outdated >&2; \ |