bug-groff
[Top][All Lists]
Advanced

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

[bug #51598] [PATCH] test-groff.in: Add directories to the search path f


From: Bjarni Ingi Gislason
Subject: [bug #51598] [PATCH] test-groff.in: Add directories to the search path for "tmac" files
Date: Wed, 1 Nov 2017 19:54:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #51598 (project groff):


  Here is the missing piece of the patch:

>From dfc992947776d61fc3439bc95eb77b5cb83fc8d6 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Thu, 27 Jul 2017 21:38:17 +0000
Subject: [PATCH] test-groff.in: Add directories to the search path for "tmac"
files

  "tmac" files in the directories "contrib/hdtbl", "contrib/mm", and
"contrib/pdfmark" are not included in the search path for "test-groff".
That is of cause necessary to test those macro files and files using those.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 test-groff.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test-groff.in b/test-groff.in
index 357c3352..86e7dd5f 100644
--- a/test-groff.in
+++ b/test-groff.in
@@ -35,7 +35,11 @@ fi
 
 GROFF_COMMAND_PREFIX=
 GROFF_FONT_PATH=$builddir/font$SEP$srcdir/font
-GROFF_TMAC_PATH=$srcdir/tmac$SEP$builddir/tmac$SEP$srcdir/contrib/mom$SEP$builddir/contrib/mom
+GROFF_TMAC_PATH=$srcdir/tmac$SEP$builddir/tmac$SEP$srcdir/contrib/mom\
+$SEP$builddir/contrib/mom$SEP$srcdir/contrib/hdtbl$SEP$builddir/contrib/hdtbl\
+$SEP$srcdir/contrib/mm$SEP$builddir/contrib/mm\
+$SEP$srcdir/contrib/pdfmark$SEP$builddir/contrib/pdfmark
+
 export GROFF_BIN_PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH
 
 exec $builddir/groff -b -ww ${1+"$@"}
-- 
2.13.2




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51598>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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