X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/4562fac6229a14514a9d39b2485358b83d7e2928..e901a1b92708525423944d598638ae03fcf30de5:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 98ff3e3..002ddea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.3.99.6 +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)