From 530835e736420dd9b0c464446e3130e3249f6078 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 4 Sep 2013 16:26:53 +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 | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1