From 5bb10b5622e39a24425647a7c5476315a1581463 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 1 Sep 2013 14:12:18 +0100 Subject: 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. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1