summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-11-20 16:25:31 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-11-20 16:25:31 +0000
commitb2134909fec7c43bafc81cf20bb9d0902f12303b (patch)
tree5cd79c9cc6a23d1c3216d3cea9c7c715b2514456
parentc52ba224e40c168588446fc1ac29b41a8c417a85 (diff)
downloadldetect-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--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d8b9bcf2..bf27b841 100644
--- a/Makefile
+++ b/Makefile
@@ -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