X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-make.git;a=blobdiff_plain;f=Makefile;h=0bf501e3fda1953b27c1b4b304443b296de0982e;hp=4a26dffd4397942e1f57129279d1a08433aa12e7;hb=HEAD;hpb=f2681b44b9c95da5986fc711fc31aabf68ff9095 diff --git a/Makefile b/Makefile index 4a26dff..36e6d2b 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,12 @@ # (at your option) any later version. # +SUBDIRS = scripts + include Makefile.ax install-local: - install -d -o $(USER) -g $(GROUP) -m 755 \ - $(DESTDIR)$(PREFIX)/share/ax-make - install -p -o $(USER) -g $(GROUP) -m 644 Makefile.ax \ - $(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax + install -d -o "$(USER)" -g "$(GROUP)" -m 755 \ + "$(DESTDIR)$(PREFIX)/share/ax-make" + install -p -o "$(USER)" -g "$(GROUP)" -m 644 Makefile.ax \ + "$(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax"