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