gbranden pushed a commit to branch master
in repository groff.

commit ef990ff8116cd493b591cb978e6bb56acbe67a41
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 27 23:21:35 2026 -0500

    doc/doc.am: Really install groff.info-* files.
    
    * doc/doc.am (install-doc): Fix missing "install-info" prerequisite.
---
 ChangeLog  | 5 +++++
 doc/doc.am | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 1405025db..339803806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-07-27  G. Branden Robinson <[email protected]>
+
+       * doc/doc.am (install-doc): Fix missing "install-info"
+       prerequisite.
+
 2026-07-26  G. Branden Robinson <[email protected]>
 
        [tbl]: Fix Savannah #68570.
diff --git a/doc/doc.am b/doc/doc.am
index 9898a19d8..6837ece30 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -756,7 +756,7 @@ else
        exit 1
 endif # HAVE_TEXI2DVI
 
-install-doc: install-dvi install-html install-pdf
+install-doc: install-dvi install-html install-info install-pdf
 
 maintainer-clean-local:
        $(RM) $(builddir)/$(DOC_GNU_EPS)

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

Reply via email to