=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/configure.local.example 2017/02/08 16:16:08 1.25 +++ mandoc/configure.local.example 2017/02/16 15:12:32 1.26 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.25 2017/02/08 16:16:08 schwarze Exp $ +# $Id: configure.local.example,v 1.26 2017/02/16 15:12:32 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016 Ingo Schwarze # @@ -97,7 +97,7 @@ MANM_MANCONF="mandoc.conf" # default is "man.conf" # It is possible to set only one or a few of these variables, # there is no need to copy the whole block. -MANM_MAN="mandoc_man" # default is "man" +MANM_MAN="mandoc_man" # default is "catman" MANM_MDOC="mandoc_mdoc" # default is "mdoc" MANM_ROFF="mandoc_roff" # default is "roff" MANM_EQN="mandoc_eqn" # default is "eqn" @@ -226,6 +226,11 @@ CGIBINDIR="${WWWPREFIX}/cgi-bin" # nor on SunOS 5.9 which also lacks CMSG_LEN(3) and CMSG_SPACE(3). BUILD_CATMAN=1 + +# Install catman(8) with a different name. +# See BINM_MAN above for details of how this works. + +BINM_CATMAN=mcatman # default is "man" # --- settings that rarely need to be touched --------------------------