[BACK]Return to configure.local.example CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure.local.example between version 1.7 and 1.10

version 1.7, 2015/03/22 18:14:30 version 1.10, 2015/11/07 13:14:21
Line 79  SBINDIR="${PREFIX}/sbin"
Line 79  SBINDIR="${PREFIX}/sbin"
 INCLUDEDIR="${PREFIX}/include/mandoc"  INCLUDEDIR="${PREFIX}/include/mandoc"
 LIBDIR="${PREFIX}/lib/mandoc"  LIBDIR="${PREFIX}/lib/mandoc"
 MANDIR="${PREFIX}/man"  MANDIR="${PREFIX}/man"
 EXAMPLEDIR="${PREFIX}/share/examples/mandoc"  
   
 # The man(1) utility needs to know where the manuals reside.  # 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).  # We know of two ways to tell it: via manpath(1) or man.conf(5).
Line 96  HAVE_MANPATH=1
Line 95  HAVE_MANPATH=1
 # man(1), makewhatis(8), and apropos(1) will not work properly.  # man(1), makewhatis(8), and apropos(1) will not work properly.
 HAVE_MANPATH=0  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.  # Some distributions may want to avoid naming conflicts among manuals.
 # If you want to change the names of installed section 7 manual pages,  # If you want to change the names of installed section 7 manual pages,
 # the following alternative names are suggested.  # the following alternative names are suggested.
Line 110  MANM_EQN="mandoc_eqn"  # default is "eqn"
Line 114  MANM_EQN="mandoc_eqn"  # default is "eqn"
 MANM_TBL="mandoc_tbl"           # default is "tbl"  MANM_TBL="mandoc_tbl"           # default is "tbl"
   
 # Some distributions may want to avoid naming conflicts  # Some distributions may want to avoid naming conflicts
 # with another man(1) utility.  # with other man(1) and soelim(1) utilities.
 # If you want to change the name of the binary program,  # If you want to change the names of binary programs,
 # the following alternative name is suggested.  # the following alternative names are suggested.
 # Using a different name is possible as well.  # Using different names is possible as well.
 # This changes the name of the installed section 1 manual page as well.  # This changes the names of the installed section 1 manual pages as well.
   
 BINM_MAN=mman                   # default is "man"  BINM_MAN=mman                   # default is "man"
   BINM_SOELIM=msoelim             # default is "soelim"
   
 # It is possible to change the utility program used for installation  # It is possible to change the utility program used for installation
 # and the modes files are installed with.  The defaults are:  # and the modes files are installed with.  The defaults are:

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

CVSweb