]> arthur.barton.de Git - ax-make.git/blobdiff - Makefile
axify: Correctly test if the README.md file already exists
[ax-make.git] / Makefile
index 4a26dffd4397942e1f57129279d1a08433aa12e7..36e6d2b17406730e4119ede55681e7b8b30d08c5 100644 (file)
--- 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"