From ba87a4591da744bed7ef9afd049dcdb9d61c4fe6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 7 Oct 2013 11:24:31 +0100 Subject: build: Drop no longer updated ChangeLog These days important notes are left manually in NEWS and git log is fine for a detailed change log --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 083a78d..91fee78 100644 --- a/Makefile +++ b/Makefile @@ -43,13 +43,3 @@ dis: rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 >../$(NAME)-$(VERSION).tar.bzip2; $(info $(NAME)-$(VERSION).tar.lzma is ready) - -.PHONY: ChangeLog log changelog - -log: ChangeLog - -changelog: ChangeLog - -ChangeLog: - svn2cl --accum --authors ../../soft/common/username.xml - rm -f *.bak -- cgit v1.2.1