repo.or.cz
/
arch-community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[arch-community.git]
/
mandoc
/
trunk
/
configure.local
blob
8228e5407a33efc677de4f4e7794837cc139a1c7
1
# Arch $MANPATH.
2
MANPATH_DEFAULT=/usr/local/share/man:/usr/share/man
3
4
# Arch paths.
5
PREFIX=/usr
6
SBINDIR=$PREFIX/bin
7
MANDIR=$PREFIX/share/man
8
9
# These conflict with man(7) and mdoc(7) from man-pages.
10
MANM_MAN=mandoc_man
11
MANM_MDOC=mandoc_mdoc
12
13
# These conflict with binaries and manpages from groff.
14
BINM_SOELIM=msoelim
15
MANM_ROFF=mandoc_roff
16
17
# catman(8) is disabled by default.
18
BUILD_CATMAN=1