install templates and manual pages with Makefile
This commit is contained in:
9
Makefile
9
Makefile
@@ -3,3 +3,12 @@ all:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
cp bin/yait /usr/local/bin
|
cp bin/yait /usr/local/bin
|
||||||
|
mkdir -p /etc/yait
|
||||||
|
cp t/default/* /etc/yait
|
||||||
|
cp yait.1 /usr/local/share/man/man1/yait.1
|
||||||
|
chmod 644 /usr/local/share/man/man1/yait.1
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
$(RM) /usr/local/bin/yait
|
||||||
|
$(RM) -r /etc/yait
|
||||||
|
$(RM) /usr/local/share/man/man1/yait.1
|
||||||
|
|||||||
Reference in New Issue
Block a user