Set default MAN_DIR value only if it's not already set.

This commit is contained in:
Frederic Cambus 2019-09-02 10:33:56 +02:00 committed by Joris Vink
parent f2472ba485
commit a8c6ecbb89
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ KORE=kore
KODEV=kodev/kodev
KORE_CRYPTO?=crypto
INSTALL_DIR=$(PREFIX)/bin
MAN_DIR=$(PREFIX)/share/man
MAN_DIR?=$(PREFIX)/share/man
SHARE_DIR=$(PREFIX)/share/kore
INCLUDE_DIR=$(PREFIX)/include/kore