summarylogtreecommitdiffstats
path: root/configure.local
blob: 8228e5407a33efc677de4f4e7794837cc139a1c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Arch $MANPATH.
MANPATH_DEFAULT=/usr/local/share/man:/usr/share/man

# Arch paths.
PREFIX=/usr
SBINDIR=$PREFIX/bin
MANDIR=$PREFIX/share/man

# These conflict with man(7) and mdoc(7) from man-pages.
MANM_MAN=mandoc_man
MANM_MDOC=mandoc_mdoc

# These conflict with binaries and manpages from groff.
BINM_SOELIM=msoelim
MANM_ROFF=mandoc_roff

# catman(8) is disabled by default.
BUILD_CATMAN=1