]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add: notify.sh in Makefile
authorBastian Dehn <hhaalo@arcor.de>
Mon, 18 Jul 2016 11:10:45 +0000 (13:10 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 18 Jul 2016 20:28:06 +0000 (22:28 +0200)
Makefile

index 5a57a2cbf97ea31e504526eaef3c44d6243a5b3c..de646e58197aed87a76905ad2468b0a48d220f20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ install:
        cp flactomp3v2.sh $(BINPATH)/flactomp3v2.sh
        chmod 755 $(BINPATH)/flactomp3v2.sh
        cp man/albentohandy.1 $(MANPATH)/albentohandy.1
+       cp notify.sh $(BINPATH)/notify.sh
+       chmod 755 $(BINPATH)/notify.sh
        gzip $(MANPATH)/albentohandy.1
        cp man/albentohandy.conf.1 $(MANPATH)/albentohandy.conf.1
        gzip $(MANPATH)/albentohandy.conf.1
@@ -15,6 +17,7 @@ install:
 uninstall:
        rm $(BINPATH)/albentohandy.sh
        rm $(BINPATH)/flactomp3v2.sh
+       rm $(BINPATH)/notify.sh
        rm $(MANPATH)/albentohandy.1.gz
        rm $(MANPATH)/albentohandy.conf.1.gz
        rm $(MANPATH)/flactomp3v2.conf.1.gz