aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2019-10-03 14:14:14 +0200
committerWolfgang Müller2019-10-03 14:14:14 +0200
commit97ec3bd5556b923d35020325de4bef9786879575 (patch)
tree4ec1da9933611b0f5e98e2f665e03cde281926f4
parent7e4473b455500311239f4e529ff972ee21e47554 (diff)
downloadlifeboat-97ec3bd5556b923d35020325de4bef9786879575.tar.gz
Have the Makefile install the manual0.1.1
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2d37b8..06c0a88 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PREFIX ?= /usr/local
-install: lifeboat
+install: lifeboat lifeboat.1
install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' lifeboat
+ install -D -m 644 -t '${DESTDIR}${PREFIX}/share/man/man1' lifeboat.1
.PHONY: install