tadded simple makefile for manpage install - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 2bb6704190d2048ec0d42a32c659344d6771569c DIR parent ad59dec3da023bafe1803f4741408de4dc563abe HTML Author: Jaromil <jaromil@dyne.org> Date: Sat, 25 May 2013 16:39:42 +0200 added simple makefile for manpage install Diffstat: M .gitignore | 1 - A Makefile | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) --- DIR diff --git a/.gitignore b/.gitignore t@@ -20,7 +20,6 @@ depcomp install-sh libtool ltmain.sh -Makefile Makefile.in missing stamp-h1 DIR diff --git a/Makefile b/Makefile t@@ -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