summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-09-01 14:12:18 +0100
committerColin Guthrie <colin@mageia.org>2013-09-01 15:12:40 +0100
commit5bb10b5622e39a24425647a7c5476315a1581463 (patch)
treea80ee3da91bdd54bcec1cb5be8d63605076b93fe /Makefile
parenta26428b141818232b0d0de04d4db2929e9693450 (diff)
downloadcontrol-center-5bb10b5622e39a24425647a7c5476315a1581463.tar
control-center-5bb10b5622e39a24425647a7c5476315a1581463.tar.gz
control-center-5bb10b5622e39a24425647a7c5476315a1581463.tar.bz2
control-center-5bb10b5622e39a24425647a7c5476315a1581463.tar.xz
control-center-5bb10b5622e39a24425647a7c5476315a1581463.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--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index bbefae62..4974cbe5 100644
--- a/Makefile
+++ b/Makefile
@@ -51,10 +51,3 @@ dist: clean
rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.xz is ready)
-
-changelog:
- svn2cl --authors ../common/username.xml --accum
- rm -f ChangeLog.bak
-
-
-log: changelog