summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 59564ac8..9d8fa263 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,6 @@ cvstag:
cvs tag $(CVSTAGOPT) $(TAG)
changelog: ../common/username
- cvs2cl -U ../common/username -I ChangeLog
+ svn2cl --authors ../common/username.xml
rm -f ChangeLog.bak
- cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog
+ svn commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog