gbranden pushed a commit to branch master
in repository groff.

commit 16dd442e0d375d4f915d27ca6216fada44fa9e46
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 4 04:48:02 2026 -0500

    doc/doc.am: Add and clarify comments.
---
 doc/doc.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/doc.am b/doc/doc.am
index 5f0ccbcc4..2397fb162 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -620,6 +620,8 @@ TEXINPUTS="$(doc_srcdir)$(PATH_SEPARATOR)$$TEXINPUTS"
 
 # We also have to override Automake's built-in rule for generation of
 # HTML from Texinfo to include our embedded images.
+#
+# TODO: Maybe split this into `GROFF_HTML_MONO` and `GROFF_HTML_NODE`?
 $(GROFF_HTML): doc/groff.texi $(DOC_GNU_PNG) $(DOC_LINE_LAYOUT_PNG)
        $(AM_V_GEN)$(MKDIR_P) `dirname $@` \
        && LANG=C LC_ALL=C $(MAKEINFO) --html \
@@ -843,7 +845,7 @@ uninstall-html:
 uninstall-txt:
        $(RM) $(DESTDIR)$(docdir)/groff.txt
 
-# Ship sources of images used variously by documentation and examples.
+# Ship images used variously by documentation and examples.
 #
 # We distribute image sources because groff is a copylefted project.
 #

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to