gbranden pushed a commit to branch master
in repository groff.
commit 97e1da9062b3237f6ca8306103bfc80db6bdfde6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Aug 15 13:05:50 2025 -0500
[hdtbl]: Fix missing make(1) prerequisite.
* contrib/hdtbl/hdtbl.am: Declare dependency of
`HDTBLPROCESSEDEXAMPLEFILES` on `$(HDTBLMACFILES)`. When the
package's macro files are changed, documents using it should be
regenerated.
---
contrib/hdtbl/ChangeLog | 6 ++++++
contrib/hdtbl/hdtbl.am | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 3afe6ed9f..c6fbfe8ed 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,9 @@
+2025-08-15 G. Branden Robinson <[email protected]>
+
+ * hdtbl.am: Declare dependency of `HDTBLPROCESSEDEXAMPLEFILES`
+ on `$(HDTBLMACFILES)`. When the package's macro files are
+ changed, documents using it should be regenerated.
+
2024-12-02 G. Branden Robinson <[email protected]>
* examples/fonts_n.in:
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 85f0b2328..36b574396 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -123,8 +123,9 @@ SUFFIXES += .roff .in .ps
# groff(1)'s `-I` implies `-g` and `-s`, so we must depend on grn and
# soelim even though the documents don't require them.
-$(HDTBLPROCESSEDEXAMPLEFILES): $(DOC_GNU_EPS) groff troff eqn pic tbl \
- grops grn soelim font/devps/stamp contrib/hdtbl/examples/common.roff
+$(HDTBLPROCESSEDEXAMPLEFILES): $(HDTBLTMACFILES) $(DOC_GNU_EPS) groff \
+ troff eqn pic tbl grops grn soelim font/devps/stamp \
+ contrib/hdtbl/examples/common.roff
uninstall_groffdirs: uninstall-hdtbl-hook
uninstall-hdtbl-hook:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit