=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.14.2.8 retrieving revision 1.14.2.9 diff -u -p -r1.14.2.8 -r1.14.2.9 --- mandoc/configure.local.example 2017/02/21 17:04:04 1.14.2.8 +++ mandoc/configure.local.example 2017/03/04 16:44:43 1.14.2.9 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.14.2.8 2017/02/21 17:04:04 schwarze Exp $ +# $Id: configure.local.example,v 1.14.2.9 2017/03/04 16:44:43 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze # @@ -86,6 +86,13 @@ SBINDIR="${PREFIX}/sbin" INCLUDEDIR="${PREFIX}/include/mandoc" LIBDIR="${PREFIX}/lib/mandoc" MANDIR="${PREFIX}/man" + +# If BINDIR and SBINDIR are not subdirectories of the same parent +# directory or if the basename(1) of BINDIR differs from "bin", +# the relative path from SBINDIR to BINDIR is also needed. +# The default is: + +BIN_FROM_SBIN="../bin" # The man(1) utility needs to know where the manuals reside. # We know of two ways to tell it: via manpath(1) or man.conf(5).