diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |