gbranden pushed a commit to branch master
in repository groff.
commit ed55cbc578ff595ed08085c052db554893c11745
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jul 5 19:25:43 2026 -0500
doc/doc.am: Add new "texinfo-all" phony target.
* doc/doc.am (texinfo-all): New convenience target builds all
rendered forms of our Texinfo manual. Thanks to the new line layout
diagram, much of groff is now a prerequisite for generating it.
---
ChangeLog | 7 +++++++
doc/doc.am | 5 +++++
2 files changed, 12 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index f660f625d..34dda613e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-07-05 G. Branden Robinson <[email protected]>
+
+ * doc/doc.am (texinfo-all): New convenience target builds all
+ rendered forms of our Texinfo manual. Thanks to the new line
+ layout diagram, much of groff is now a prerequisite for
+ generating it.
+
2026-07-04 G. Branden Robinson <[email protected]>
* doc/doc.am: Move definition of `DOC_LL` macro earlier...
diff --git a/doc/doc.am b/doc/doc.am
index 2397fb162..616fb68d6 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -640,6 +640,11 @@ $(GROFF_HTML): doc/groff.texi $(DOC_GNU_PNG)
$(DOC_LINE_LAYOUT_PNG)
all: $(GROFF_INFO) $(GROFF_TXT) $(GROFF_HTML) $(GROFF_DVI) $(GROFF_PDF)
+# This is a convenience target for (re-)generating all the rendered
+# forms of our Texinfo manual.
+texinfo-all: $(GROFF_INFO) $(GROFF_TXT) $(GROFF_HTML) $(GROFF_DVI) \
+ $(GROFF_PDF)
+
# Distribute the manual in source form as well.
EXTRA_DIST += doc/groff.texi.in doc/groff.texi doc/gpl.texi doc/fdl.texi
MAINTAINERCLEANFILES += doc/groff.texi
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit