summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-09-04 16:26:53 +0100
committerColin Guthrie <colin@mageia.org>2013-09-04 17:46:59 +0100
commit530835e736420dd9b0c464446e3130e3249f6078 (patch)
tree4a3932670c9a4b27f9225847f532286e50dcad85 /Makefile
parent51f8de9822776d7590efbd93519b9795a595e80f (diff)
downloaddrakx-kbd-mouse-x11-530835e736420dd9b0c464446e3130e3249f6078.tar
drakx-kbd-mouse-x11-530835e736420dd9b0c464446e3130e3249f6078.tar.gz
drakx-kbd-mouse-x11-530835e736420dd9b0c464446e3130e3249f6078.tar.bz2
drakx-kbd-mouse-x11-530835e736420dd9b0c464446e3130e3249f6078.tar.xz
drakx-kbd-mouse-x11-530835e736420dd9b0c464446e3130e3249f6078.zip
Ditch ChangeLog and svn2cl usage.
This will no longer work with git, but it's also not been updated since 2011 anyway. It may be nice to restore with a git2cl equiv.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index db278e3..276a9df 100644
--- a/Makefile
+++ b/Makefile
@@ -48,15 +48,3 @@ dist:
rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)
-
-
-.PHONY: ChangeLog
-
-log: ChangeLog
-
-changelog: ChangeLog
-
-ChangeLog: ../common/username.xml
- svn2cl --accum --authors ../../soft/common/username.xml
- rm -f ChangeLog.bak
- svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog