aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \