summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-07-25 14:33:59 +0000
committerThierry Vignaud <tv@mandriva.org>2006-07-25 14:33:59 +0000
commit25d52fe827d87b1ed84069c85746f51b4612f8dd (patch)
tree206cf661940093a87c0f7b666fc5b6cfaac67703 /Makefile
parenta73ebd346eb899eb5d75d8d9d4ef41c0a2bbf766 (diff)
downloadldetect-lst-25d52fe827d87b1ed84069c85746f51b4612f8dd.tar
ldetect-lst-25d52fe827d87b1ed84069c85746f51b4612f8dd.tar.gz
ldetect-lst-25d52fe827d87b1ed84069c85746f51b4612f8dd.tar.bz2
ldetect-lst-25d52fe827d87b1ed84069c85746f51b4612f8dd.tar.xz
ldetect-lst-25d52fe827d87b1ed84069c85746f51b4612f8dd.zip
(changelog) switch from CVS to SVN
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1cea91d..9bd42bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -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