summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-12-20 11:24:35 +0100
committerWerner Koch <wk@gnupg.org>2011-12-20 11:24:35 +0100
commit132c70fe697346a1c9f75d51572835f6d4951b3b (patch)
treed1d870dd0bcad81f145514603917f3ca0fa821d1 /Makefile.am
parentedbe8fdcea1a2c05999861f58d5f67d2e76610e0 (diff)
downloadlibassuan-132c70fe697346a1c9f75d51572835f6d4951b3b.tar.gz
Update gitlog-to-changelog to support --tear-off.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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; \