mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
added simple makefile for manpage install
This commit is contained in:
parent
ad59dec3da
commit
2bb6704190
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,7 +20,6 @@ depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
stamp-h1
|
||||
|
10
Makefile
Normal file
10
Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user