mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Changed default MANDIR to make it easier to install on macOS 11
This commit is contained in:
7
Makefile
7
Makefile
@@ -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}'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user