added simple makefile for manpage install

This commit is contained in:
Jaromil 2013-05-25 16:39:42 +02:00
parent ad59dec3da
commit 2bb6704190
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,7 +20,6 @@ depcomp
install-sh
libtool
ltmain.sh
Makefile
Makefile.in
missing
stamp-h1

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
PREFIX ?= /usr/local
all:
@echo "Tomb is a script and does not need compilation, it can be simply executed."
@echo "To install it in /usr/local together with its manpage use 'make install'."
install:
install tomb $(PREFIX)/bin
install doc/tomb.1 $(PREFIX)/share/man/man1