diff options
author | Colin Guthrie <colin@mageia.org> | 2013-09-04 16:26:53 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-09-04 17:46:59 +0100 |
commit | 530835e736420dd9b0c464446e3130e3249f6078 (patch) | |
tree | 4a3932670c9a4b27f9225847f532286e50dcad85 /Makefile | |
parent | 51f8de9822776d7590efbd93519b9795a595e80f (diff) | |
download | drakx-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-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |