-
+MANPATH=/usr/share/man/de/man1
BINPATH=/usr/bin
install:
chmod 755 $(BINPATH)/albentohandy.sh
cp flactomp3v2.sh $(BINPATH)/flactomp3v2.sh
chmod 755 $(BINPATH)/flactomp3v2.sh
+ cp albentohandy.1 $(MANPATH)/albentohandy.1
+ gzip $(MANPATH)/albentohandy.1
+ cp albentohandy.conf.1 $(MANPATH)/albentohandy.conf.1
+ gzip $(MANPATH)/albentohandy.conf.1
+ cp flactomp3v2.conf.1 $(MANPATH)/flactomp3v2.conf.1
+ gzip $(MANPATH)/flactomp3v2.conf.1
uninstall:
rm $(BINPATH)/albentohandy.sh
rm $(BINPATH)/flactomp3v2.sh
+ rm $(MANPATH)/albentohandy.1.gz
+ rm $(MANPATH)/albentohandy.conf.1.gz
+ rm $(MANPATH)/flactomp3v2.conf.1.gz