aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e88b207..8a3da9b 100644
--- a/Makefile
+++ b/Makefile
@@ -50,10 +50,4 @@ dist: tag
tag:
git tag "$(VERSION)"
-changelog: ../common/username
-#svn2cl is available in our contrib.
- svn2cl --authors ../common/username.xml --accum
- rm -f ChangeLog.bak
- svn commit -m "Generated by svn2cl the `date '+%c'`" ChangeLog
-
# Makefile ends here