source: code/trunk/Makefile@ 24

Last change on this file since 24 was 23, checked in by yakumo.izuru, 11 months ago

Fixed annoying bug on edit() after months of leaving it unnoticed

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 536 bytes
RevLine 
[18]1PREFIX=/usr/local
[17]2
[23]3fmt:
4 shfmt --posix --write kanako
[17]5
[23]6install:
[18]7 install -Dm0755 kanako ${DESTDIR}${PREFIX}/bin/kanako
8 install -Dm0600 kanako.conf.example ${DESTDIR}${PREFIX}/share/examples/kanako/kanako.conf
9 install -Dm0600 kanako.mdoc ${DESTDIR}${PREFIX}/share/man/man1/kanako.1
10 install -Dm0600 kanako.conf.mdoc ${DESTDIR}${PREFIX}/share/man/man5/kanako.conf.5
[23]11uninstall:
[17]12 rm -f ${PREFIX}/bin/kanako
[23]13 rm -f ${PREFIX}/share/examples/kanako/kanako.conf
[17]14 rm -f ${PREFIX}/share/man/man1/kanako.1 ${PREFIX}/share/man/man5/kanako.conf.5
Note: See TracBrowser for help on using the repository browser.