gbranden pushed a commit to branch master
in repository groff.
commit bb707e9200a253c60e0b33578c7ba8dcb5ab0152
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Dec 10 09:31:43 2024 -0600
doc/doc.am: Fix misleading build progress output.
* doc/doc.am (.me.in.me): Fix inference rule to expand correct Automake
macro in rule; use `AM_V_GEN`, not `GROFF_V` to report progress, since
we're running sed(1), not groff.
---
ChangeLog | 6 ++++++
doc/doc.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 74eead9a8..92381f7b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-10 G. Branden Robinson <[email protected]>
+
+ * doc/doc.am (.me.in.me): Fix inference rule to expand correct
+ Automake macro in rule; use `AM_V_GEN`, not `GROFF_V` to report
+ progress, since we're running sed(1), not groff.
+
2024-12-09 G. Branden Robinson <[email protected]>
[refer]: Improve build modularity.
diff --git a/doc/doc.am b/doc/doc.am
index 49da8f26a..625f9cace 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -351,7 +351,7 @@ SUFFIXES += .me.in .me
doc/meintro.ps doc/meintro_fr.ps doc/meref.ps: $(TMAC_PACKAGE_ME)
.me.in.me:
- $(GROFF_V)$(MKDIR_P) `dirname $@` \
+ $(AM_V_GEN)$(MKDIR_P) `dirname $@` \
&& $(DOC_SED) $< >$@
.me.ps:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit