aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2010-03-18 17:04:16 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2010-03-18 17:04:16 +0000
commit9340ea55fa37e9ea98abbdebe65b4075199e5c56 (patch)
treee79545dafefbd98c0c2172844e6d11686e63c30f /Makefile
parent2750063fa2c3ff59403834a1c3c5076922ed9344 (diff)
downloadcommon-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar
common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar.gz
common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar.bz2
common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.tar.xz
common-data-9340ea55fa37e9ea98abbdebe65b4075199e5c56.zip
commit changelog after generating it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f75c9b..5f3358a 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ ChangeLog: ../common/username.xml
@if test -d "$$PWD/.git"; then \
../common/gitlog-to-changelog | sed -e '/\tgit-svn-id:.*/d' > $@.tmp \
&& mv -f $@.tmp $@ \
+ && git commit ChangeLog -m 'generated changelog' \
&& if [ -e ".git/svn" ]; then \
git svn dcommit ; \
fi \