* USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
[clinton/abcde.git] / Makefile
index 1e9e9f4..21d1756 100644 (file)
--- 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}
-