]> arthur.barton.de Git - backup-script.git/blobdiff - Makefile
Read in configuration before showing usage information
[backup-script.git] / Makefile
index f7b3aa402dfcde322e50ecc91e9ee63fb9614b92..1f09876b085d0242ba714f13fee847ed16f1720d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,20 +3,10 @@
 # Copyright (c)2008-2014 Alexander Barton, alex@barton.de
 #
 
-include ./Makefile.ax
+SUBDIRS = bin etc examples
+
+include ./lib/Makefile.ax
 
 install-local:
-       install -d -o $(USER) -g $(GROUP) -m 755 \
-        $(DESTDIR)$(PREFIX)/sbin
-       install -o $(USER) -g $(GROUP) -m 755 bin/backup-script \
-        $(DESTDIR)$(PREFIX)/sbin/backup-script
-       install -o $(USER) -g $(GROUP) -m 755 bin/backup-script-wrapper \
-        $(DESTDIR)$(PREFIX)/sbin/backup-script-wrapper
-       install -o $(USER) -g $(GROUP) -m 755 bin/backup-status \
-        $(DESTDIR)$(PREFIX)/sbin/backup-status
        install -d -o $(USER) -g $(GROUP) -m 755 \
         $(DESTDIR)$(PREFIX)/etc/backup-script.d
-       install -d -o $(USER) -g $(GROUP) -m 755 $(DESTDIR)/etc
-       test -e $(DESTDIR)/etc/backup-script.d \
-        || ln -s $(DESTDIR)$(PREFIX)/etc/backup-script.d \
-             $(DESTDIR)/etc/backup-script.d