diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-27 19:48:03 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-27 19:48:03 +0000 |
commit | 8adb586a0c397c02cfc06ed8ffc10711138e2fe2 (patch) | |
tree | eb4ff4e35f684a4c7acad861e9cdf4ff5b45ba07 /Makefile | |
parent | 243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc (diff) | |
download | theme-8adb586a0c397c02cfc06ed8ffc10711138e2fe2.tar theme-8adb586a0c397c02cfc06ed8ffc10711138e2fe2.tar.gz theme-8adb586a0c397c02cfc06ed8ffc10711138e2fe2.tar.bz2 theme-8adb586a0c397c02cfc06ed8ffc10711138e2fe2.tar.xz theme-8adb586a0c397c02cfc06ed8ffc10711138e2fe2.zip |
migrate changelog generation to svn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,10 +68,10 @@ install: install -m644 /usr/share/fonts/TTF/dejavu/DejaVuSans.ttf $(prefix)$(configdir)/bootsplash/luxisri.ttf; \ done -changelog: ../common/username - cvs2cl -U ../common/username -I ChangeLog +changelog: + svn2cl --authors ../common/username.xml --accum rm -f ChangeLog.bak - cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog + svn commit -m "Generated by svn2cl the `date '+%c'`" ChangeLog dist: cleandist export tar |