gbranden pushed a commit to branch master
in repository groff.
commit 8655743970c3974b48b2e93939185a4f2232794d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 24 10:56:59 2025 -0500
doc/doc.am: Use better terminology.
...when complaining about the state of make(1) standardization.
---
doc/doc.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/doc.am b/doc/doc.am
index 7e13d0a1f..2fb1a834c 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -313,7 +313,7 @@ doc/grnexmpl.ps: $(doc_srcdir)/grnexmpl.me
$(doc_srcdir)/grnexmpl.g \
# special target.
# error: use variable 'SUFFIXES', not target '.SUFFIXES'
# 4. What about a target rule? We'd have to explicitly write the first
-# dependency name in the rule commands because NetBSD make (and
+# preprequisite name in the rule commands because NetBSD make (and
# reportedly OpenBSD) refuses to honor the $< variable in target
# rules.
#
@@ -333,7 +333,7 @@ doc/grnexmpl.ps: $(doc_srcdir)/grnexmpl.me
$(doc_srcdir)/grnexmpl.g \
# A double-suffix rule won't work in an obvious way because its
# semantics are that the suffix is replaced, not removed. You have to
# add both suffixes to the .SUFFIXES special target, in order with the
-# dependency first.
+# preprequisite first.
# .SUFFIXES: .me.in .me
# .me.in.me:
# $(DOC_SED) $< >$@
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit