=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/configure.local.example 2015/05/20 22:22:59 1.9 +++ mandoc/configure.local.example 2015/11/07 13:14:21 1.10 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.9 2015/05/20 22:22:59 schwarze Exp $ +# $Id: configure.local.example,v 1.10 2015/11/07 13:14:21 schwarze Exp $ # # Copyright (c) 2014, 2015 Ingo Schwarze # @@ -79,7 +79,6 @@ SBINDIR="${PREFIX}/sbin" INCLUDEDIR="${PREFIX}/include/mandoc" LIBDIR="${PREFIX}/lib/mandoc" MANDIR="${PREFIX}/man" -EXAMPLEDIR="${PREFIX}/share/examples/mandoc" # 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).