groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/26: [hdtbl]: Generated docs make(1) depend on soelim.


From: G. Branden Robinson
Subject: [groff] 06/26: [hdtbl]: Generated docs make(1) depend on soelim.
Date: Thu, 14 Nov 2024 11:54:07 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 641391afce188d759bf166da61a7b02d3d200cea
Author: Robert Yang <liezhi.yang@windriver.com>
AuthorDate: Mon Nov 11 09:33:04 2024 -0600

    [hdtbl]: Generated docs make(1) depend on soelim.
    
    * contrib/hdtbl/hdtbl.am (HDTBLPROCESSEDEXAMPLEFILES): Declare
      dependency on `soelim`; because `-I` flags are used, it is dragged in
      even though not explicitly needed.  Resolves race against `soelim`'s
      availability in the build tree.
    
    Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 contrib/hdtbl/ChangeLog | 7 +++++++
 contrib/hdtbl/hdtbl.am  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 45501cbd2..d6c01dc5b 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,10 @@
+2024-11-10  Robert Yang <liezhi.yang@windriver.com>
+
+       * hdtbl.am (HDTBLPROCESSEDEXAMPLEFILES): Declare dependency on
+       `soelim`; because `-I` flags are used, it is dragged in even
+       though not explicitly needed.  Resolves race against `soelim`'s
+       availability in the build tree.
+
 2024-10-23  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * groff_hdtbl.7.man: Fix spelling error.
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 3c37174f2..4d28e6492 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -120,7 +120,7 @@ SUFFIXES += .roff .in .ps
               -e "s|[@]EGREP[@]|$(EGREP)|" $< >$@
 
 $(HDTBLPROCESSEDEXAMPLEFILES): $(DOC_GNU_EPS) groff troff eqn pic tbl \
-  grops grn font/devps/stamp contrib/hdtbl/examples/common.roff
+  grops grn soelim 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]