gbranden pushed a commit to branch master
in repository groff.
commit 15d3320dd66512c688f5164e15a26b125538d8a0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 20 02:43:05 2026 -0500
tmac/tmac.am: Improve dependency information.
* tmac/tmac.am: Add "tmac/devtag.tmac" to `TMAC_PACKAGE_MS` macro
definition, since the package internally uses that auxiliary macro
file, and any update to it should render an ms(7) document
out-of-date.
---
ChangeLog | 7 +++++++
tmac/tmac.am | 3 +--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ee51c486d..17591d1aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-06-20 G. Branden Robinson <[email protected]>
+
+ * tmac/tmac.am: Add "tmac/devtag.tmac" to `TMAC_PACKAGE_MS`
+ macro definition, since the package internally uses that
+ auxiliary macro file, and any update to it should render an
+ ms(7) document out-of-date.
+
2026-06-20 G. Branden Robinson <[email protected]>
[eqn,pic,refer]: Improve maintainer-clean target.
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 5a32a4499..dc342422f 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -405,8 +405,7 @@ TMAC_PACKAGE_MAN = tmac/an.tmac tmac/an-ext.tmac
TMAC_PACKAGE_MDOC = tmac/doc.tmac tmac/mdoc/doc-common \
tmac/mdoc/doc-ditroff tmac/mdoc/doc-nroff tmac/mdoc/doc-syms
TMAC_PACKAGE_ME = tmac/e.tmac
-TMAC_PACKAGE_MS = tmac/s.tmac
-
+TMAC_PACKAGE_MS = tmac/s.tmac tmac/devtag.tmac
# Local Variables:
# mode: makefile-automake
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit