]> git.cameronkatri.com Git - mandoc.git/blobdiff - configure.local.example
Replace the structs mdoc and man by a unified struct roff_man.
[mandoc.git] / configure.local.example
index cf30c9afb07454d3331fd09c6802e347ef64943f..3cee71c4306fc0b8cb74dadd99d7197b21772a11 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.7 2015/03/22 18:14:30 schwarze Exp $
+# $Id: configure.local.example,v 1.8 2015/03/27 00:18:14 schwarze Exp $
 #
 # Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
 #
@@ -96,6 +96,11 @@ HAVE_MANPATH=1
 # man(1), makewhatis(8), and apropos(1) will not work properly.
 HAVE_MANPATH=0
 
+# Some distributions may want to avoid naming conflicts
+# with the configuration files of other man(1) implementations.
+# This changes the name of the installed section 5 manual page as well.
+MANM_MANCONF="mandoc.conf"     # default is "man.conf"
+
 # Some distributions may want to avoid naming conflicts among manuals.
 # If you want to change the names of installed section 7 manual pages,
 # the following alternative names are suggested.