gbranden pushed a commit to branch master
in repository groff.
commit b620da81fa6c3d71b0c96ee67d85efc8f810a8c4
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jun 25 19:23:35 2024 -0500
doc/doc.am: Update and correct comments.
* Update source citation to the just-shy-of-official POSIX 2024 draft.
The quoted language did not change from Draft 3.
* Use correct term when referring to suffix rule.
---
doc/doc.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/doc.am b/doc/doc.am
index b906f2bf1..b6ed60999 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -327,7 +327,7 @@ doc/grnexmpl.ps: $(doc_srcdir)/grnexmpl.me
$(doc_srcdir)/grnexmpl.g \
# the target, it is a single-suffix inference rule. Targets with two
# periods are double-suffix inference rules. Inference rules can have
# only one target before the <colon>."
-# (POSIX Issue 8 Draft 3, make(1), "Inference Rules")
+# (POSIX Issue 8 Draft 4.1, make(1), "Inference Rules")
#
# 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
@@ -606,7 +606,7 @@ MAINTAINERCLEANFILES += doc/groff.html doc/groff.html.node
EXTRA_DIST += doc/groff.dvi doc/groff.pdf
-# Define pattern rules to make our Texinfo manual in DVI and PDF
+# Define suffix rules to make our Texinfo manual in DVI and PDF
# formats. 'pdf' and 'dvi' and their installation counterparts
# 'install-pdf' and 'install-dvi' are standard Automake targets.
.texi.dvi:
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit