bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #44784] groff-git_2015-04-04: Compatibility Mode rendering of groff


From: G. Branden Robinson
Subject: [bug #44784] groff-git_2015-04-04: Compatibility Mode rendering of groff manual pages
Date: Mon, 1 Mar 2021 01:15:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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


commit f8841ccea00a1bebd825365156897b707f82ccec
Author: Peter Bray <pdb_ml@yahoo.com.au>
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

[Prev in Thread] Current Thread [Next in Thread]