summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1cea91d..9bd42bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -69,8 +69,8 @@ cvstag:
log: changelog
changelog: ../common/username
- cvs2cl -U ../common/username -I ChangeLog --accum -F TRUNK
+ svn2cl --authors ../common/username.xml --accum
rm -f ChangeLog.bak
- cvs commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
+ svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
# Makefile ends here