From 77f8bdcab63ed130191ad31fbc3dd86ed6b88d2d Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 6 Jan 2012 14:17:20 +0000 Subject: do not rely on username to generate changelog --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f31dc7d..c1f467f 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ log: ChangeLog changelog: ChangeLog #svn2cl is available in our contrib. -ChangeLog: ../../common/username.xml +ChangeLog: @if test -d "$$PWD/.git"; then \ ../common/gitlog-to-changelog | sed -e '/\tgit-svn-id:.*/d' > $@.tmp \ && mv -f $@.tmp $@ \ @@ -91,6 +91,6 @@ ChangeLog: ../../common/username.xml echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ (test -f $@ || echo git-log is required to generate this file >> $@)); \ else \ - svn2cl --accum --authors ../../common/username.xml; \ + svn2cl --accum ; \ rm -f *.bak; \ fi; -- cgit v1.2.1