From f8bbb3379cfd0f8ea15c26c5aaa21795731d3cf2 Mon Sep 17 00:00:00 2001 From: colintu Date: Wed, 18 Apr 2012 20:00:30 +0000 Subject: [PATCH] remove tarball target from Makefile git-svn-id: http://abcde.googlecode.com/svn/trunk@309 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- Makefile | 5 ----- changelog | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1e9e9f4..21d1756 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -VERSION = 2.3.99.7 INSTALL = /usr/bin/install -c # Installation directories @@ -23,7 +22,3 @@ install: $(INSTALL) -d -m 755 $(etcdir) $(INSTALL) -m 644 abcde.conf $(etcdir) -tarball: - @cd .. && tar czvf abcde_$(VERSION).orig.tar.gz \ - abcde-$(VERSION)/{Makefile,COPYING,README,TODO,FAQ,abcde,abcde.1,abcde.conf,changelog,cddb-tool,cddb-tool.1,examples/,USEPIPES} - diff --git a/changelog b/changelog index ec15a62..d143ebb 100644 --- a/changelog +++ b/changelog @@ -13,8 +13,10 @@ abcde 2.5.1 UNRELEASED * replace deprecated egrep with grep -E (Closes issue 24) * remove -o 0 options from make install (Closes issue 17) * clean up indentation on older changelog entries + * remove tarball target from Makefile since dir structure + has changed now that we use subversion. - -- Colin Tuckley Wed, 18 Apr 2012 19:54:24 +0100 + -- Colin Tuckley Wed, 18 Apr 2012 20:54:24 +0100 abcde 2.5.0 -- 2.20.1