source: code/trunk/mkfile@ 5

Last change on this file since 5 was 3, checked in by koizumi.aoi, 3 years ago

Added initialization script, added error checking on kanako, update
manual page.

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 355 bytes
RevLine 
[2]1<config.mk
2
3install:
4 install -Dm0755 kanako $PREFIX/bin/kanako
5 install -Dm0644 kanako.mdoc $PREFIX/share/man/man1/kanako.1
6 install -Dm0644 kanako.conf.mdoc $PREFIX/share/man/man5/kanako.conf.5
[3]7 install -Dm0755 kanako-init $PREFIX/bin/kanako-init
[2]8uninstall:
9 rm -f $PREFIX/bin/kanako $PREFIX/share/man/man1/kanako.1 $PREFIX/share/man/man5/kanako.conf.5
Note: See TracBrowser for help on using the repository browser.