diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-20 16:25:31 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-20 16:25:31 +0000 |
commit | b2134909fec7c43bafc81cf20bb9d0902f12303b (patch) | |
tree | 5cd79c9cc6a23d1c3216d3cea9c7c715b2514456 | |
parent | c52ba224e40c168588446fc1ac29b41a8c417a85 (diff) | |
download | ldetect-lst-b2134909fec7c43bafc81cf20bb9d0902f12303b.tar ldetect-lst-b2134909fec7c43bafc81cf20bb9d0902f12303b.tar.gz ldetect-lst-b2134909fec7c43bafc81cf20bb9d0902f12303b.tar.bz2 ldetect-lst-b2134909fec7c43bafc81cf20bb9d0902f12303b.tar.xz ldetect-lst-b2134909fec7c43bafc81cf20bb9d0902f12303b.zip |
new make changelog rule
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,9 +68,9 @@ cvstag: log: changelog -changelog: ../common/username - cvs2cl -U ../common/username -I ChangeLog --accum -F MDK-2006_0-update +changelog: ../common/username.xml + 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 |