Follow-up Comment #17, bug #44784 (project groff):

commit f8841ccea00a1bebd825365156897b707f82ccec
Author: Peter Bray <[email protected]>
Date:   Wed Jul 1 00:25:04 2015 +0200

    Fix Savannah bug #44784
    
    Compatibility Mode rendering of groff manual pages
    
    * m4/groff.m4 (GROFF_WITH_COMPATIBILITY_WRAPPERS): New macro to
    implement 'configure' option
    '--with-compatibility-wrappers=<value>'.  With this option the
    user can control how groff compatibility wrappers for
    vendor-provided non-GNU macro sets are installed.
    
    * configure.ac: Use new macro GROFF_WITH_COMPATIBILITY_WRAPPERS.
    
    * Makefile.am: Define tmac_*_prefix if 'compatibility_wrappers' is
    set to 'yes'.
    
    * tmac/tmac.am: Use 'compatibility_wrappers' to control the
    installation:
    
    - If set to `no', the groff-provided macro set are installed in
    <prefix>/share/groff/<version>/tmac/ with the original macro set
    name.
    
    - If set to `yes', the groff-provided macro set are installed in
    <prefix>/share/groff/<version>/tmac/ with a prefix of
    $(tmac_prefix) (which is usually `g') and the generated
    compatibility wrappers are installed in
    <prefix>/lib/groff/site-tmac, with the original macro set name.
    
    - If set to `manual', the groff-provided macro set are installed
    in <prefix>/share/groff/<version>/tmac/ with the original macro
    set name and the generated compatibility wrappers are installed in
    <prefix>/lib/groff/site-tmac, with a name of
    <macro><wrapper_suffix> (which is usually `-os').


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?44784>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to