Changed default MANDIR to make it easier to install on macOS 11

This commit is contained in:
Landon Curt Noll
2021-02-12 23:16:26 -08:00
parent b7e15195f9
commit 3260f90a73

View File

@@ -88,6 +88,12 @@ endif
#READLINE_INCLUDE= -I/usr/gnu/include #READLINE_INCLUDE= -I/usr/gnu/include
#READLINE_INCLUDE= -I/usr/local/include #READLINE_INCLUDE= -I/usr/local/include
# Where man pages are installed
#
# Under macOS, we cannot modify /usr/share/man.
#
MANDIR= /usr/local/man/man1
# Normally certain files depend on the Makefile. If the Makefile is # Normally certain files depend on the Makefile. If the Makefile is
# changed, then certain steps should be redone. If MAKE_FILE is # changed, then certain steps should be redone. If MAKE_FILE is
# set to Makefile, then these files will depend on Makefile. If # set to Makefile, then these files will depend on Makefile. If
@@ -185,6 +191,7 @@ XVAR= \
CCWERR='${CCWERR}' \ CCWERR='${CCWERR}' \
NROFF='${NROFF}' \ NROFF='${NROFF}' \
COMMON_ADD='${COMMON_ADD}' \ COMMON_ADD='${COMMON_ADD}' \
MANDIR='${MANDIR}' \
Q='${Q}' \ Q='${Q}' \
V='${V}' V='${V}'