Makefile: Change manpath to include PREFIX

Co-authored-by: Karol Kosek <krkk@krkk.ct8.pl>
Signed-off-by: Mike Skec <skec@protonmail.ch>
This commit is contained in:
Michael Skec 2021-02-28 21:37:04 +11:00 committed by Felix Queißner
parent 22759e719d
commit 965a868efe
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Install to /usr/local unless otherwise specified, such as `make PREFIX=/app`
PREFIX?=/usr/local
# Man pages by default instaled to /usr/share/man, like above this can
# Man pages by default instaled to /usr/local/share/man, like above this can
# be specified on command line.
MANPATH?=/usr/share/man
MANPATH?=$(PREFIX)/share/man
# What to run to install various files
INSTALL?=install