X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/b82e2042ef602b1e5d21504af6deb18c075d3735..4942842f82f2cb325f4cae1f2e0d6b4496f1534d:/Makefile diff --git a/Makefile b/Makefile index f3cc0ce..002ddea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.3.0 +VERSION = 2.3.99.7 INSTALL = /usr/bin/install -c # Installation directories @@ -16,6 +16,7 @@ install: $(INSTALL) -d -m 755 $(bindir) $(INSTALL) -m 755 -o 0 abcde $(bindir) $(INSTALL) -m 755 -o 0 cddb-tool $(bindir) + $(INSTALL) -m 755 -o 0 abcde-musicbrainz-tool $(bindir) $(INSTALL) -d -m 755 $(mandir) $(INSTALL) -m 644 -o 0 abcde.1 $(mandir) $(INSTALL) -m 644 -o 0 cddb-tool.1 $(mandir) @@ -24,5 +25,5 @@ install: 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/} + abcde-$(VERSION)/{Makefile,COPYING,README,TODO,FAQ,abcde,abcde.1,abcde.conf,changelog,cddb-tool,cddb-tool.1,examples/,USEPIPES}