groff-commit
[Top][All Lists]
Advanced

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

[groff] 30/30: [hdtbl]: Fix Savannah #66316 (missing `grn` dep).


From: G. Branden Robinson
Subject: [groff] 30/30: [hdtbl]: Fix Savannah #66316 (missing `grn` dep).
Date: Thu, 10 Oct 2024 20:18:15 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 12169aa269341753d491a69e9adb86c58dca039a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Oct 10 18:17:08 2024 -0500

    [hdtbl]: Fix Savannah #66316 (missing `grn` dep).
    
    * hdtbl.am (HDTBLPROCESSEDEXAMPLEFILES): Declare dependency on `grn`;
      because `-I` flags are used, it is dragged in even though not
      explicitly needed.  Resolves race against `grn`'s availability in the
      build tree.
    
    Fixes <https://savannah.gnu.org/bugs/?66316>.  Thanks to Ross Burton for
    the report.
---
 contrib/hdtbl/ChangeLog | 10 ++++++++++
 contrib/hdtbl/hdtbl.am  |  3 +--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index edae8a77c..a6df88265 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,13 @@
+2024-10-10  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * hdtbl.am (HDTBLPROCESSEDEXAMPLEFILES): Declare dependency on
+       `grn`; because `-I` flags are used, it is dragged in even though
+       not explicitly needed.  Resolves race against `grn`'s
+       availability in the build tree.
+
+       Fixes <https://savannah.gnu.org/bugs/?66316>.  Thanks to Ross
+       Burton for the report.
+
 2024-10-10  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * hdtbl.am (.roff.ps): Move `-I`, `-d`, and `-m` groff options
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index b6c334c18..3c37174f2 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -119,9 +119,8 @@ SUFFIXES += .roff .in .ps
        && sed -e "s|[@]fontdir[@]|$(fontdir)|" \
               -e "s|[@]EGREP[@]|$(EGREP)|" $< >$@
 
-
 $(HDTBLPROCESSEDEXAMPLEFILES): $(DOC_GNU_EPS) groff troff eqn pic tbl \
-  grops font/devps/stamp contrib/hdtbl/examples/common.roff
+  grops grn font/devps/stamp contrib/hdtbl/examples/common.roff
 
 uninstall_groffdirs: uninstall-hdtbl-hook
 uninstall-hdtbl-hook:



reply via email to

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