From 132c70fe697346a1c9f75d51572835f6d4951b3b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Dec 2011 11:24:35 +0100 Subject: Update gitlog-to-changelog to support --tear-off. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e7eeee5..3103c7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Assuan top level Makefile -# Copyright (C) 2001, 2002, 2003, 2007 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2007, 2011 Free Software Foundation, Inc. # # This file is part of Assuan. # @@ -40,7 +40,7 @@ gen-ChangeLog: if test -d $(top_srcdir)/.git; then \ (cd $(top_srcdir) && \ ./build-aux/gitlog-to-changelog \ - --amend=build-aux/git-log-fix \ + --amend=build-aux/git-log-fix --tear-off \ --since=$(gen_start_date) ) > $(distdir)/cl-t; \ cat $(top_srcdir)/build-aux/git-log-footer >> $(distdir)/cl-t;\ rm -f $(distdir)/ChangeLog; \ -- cgit v1.2.1