diff options
author | Wolfgang Müller | 2019-10-03 14:14:14 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-10-03 14:14:14 +0200 |
commit | 97ec3bd5556b923d35020325de4bef9786879575 (patch) | |
tree | 4ec1da9933611b0f5e98e2f665e03cde281926f4 | |
parent | 7e4473b455500311239f4e529ff972ee21e47554 (diff) | |
download | lifeboat-97ec3bd5556b923d35020325de4bef9786879575.tar.gz |
Have the Makefile install the manual0.1.1
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |