X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/f844d993c1f8a73e1c3b268a9e038b96d35f9100..f8bbb3379cfd0f8ea15c26c5aaa21795731d3cf2:/Makefile 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} -