URL:
  <https://savannah.gnu.org/bugs/?55924>

                 Summary: [PATCH] test-groff.in: Add the "GROFF_TMAC_PATH"
variable to the  internal one
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Thu 14 Mar 2019 07:04:45 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: New feature
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 251176af2587a35f561d8924b441192b7243ebad Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <[email protected]>
Date: Thu, 14 Mar 2019 18:57:48 +0000
Subject: [PATCH] test-groff.in: Add the "GROFF_TMAC_PATH" variable to the
 internal one

  The environmental variable "GROFF_TMAC_PATH" is defined in the script.
The search path for tmac files can thus not be influenced with an
externally defined variable.

Signed-off-by: Bjarni Ingi Gislason <[email protected]>
---
 test-groff.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-groff.in b/test-groff.in
index 51e3601d..da98396b 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -37,7 +37,8 @@ GROFF_COMMAND_PREFIX=
 GROFF_FONT_PATH=$builddir/font\
 $SEP$srcdir/font\
 
-GROFF_TMAC_PATH=$srcdir/tmac\
+GROFF_TMAC_PATH=$GROFF_TMAC_PATH\
+$SEP$srcdir/tmac\
 $SEP$builddir/tmac\
 $SEP$srcdir/contrib/mom\
 $SEP$builddir/contrib/mom\
-- 
2.20.1






    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to