* doc/doc.am: Rename `install_infodoc` target to `install-info-local`
  and `install-txt` to `install-txt-local` for consistency with
  `install-{dvi,pdf,html}-local`.
---
 ChangeLog  | 7 +++++++
 doc/doc.am | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b6636fa19..7e257dcd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-07-09  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * doc/doc.am: Trivially refactor.  Rename `install_infodoc`
+       target to `install-info-local` and `install-txt` to
+       `install-txt-local` for consistency with
+       `install-{dvi,pdf,html}-local`.
+
 2025-07-09  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        [devpdf]: Ship AFM file for slanted symbol font.
diff --git a/doc/doc.am b/doc/doc.am
index 3983edf03..d389399c0 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -677,8 +677,8 @@ maintainer-clean-local:
 # directory (distribution archive build) or in the build directory (Git
 # repository build).
 
-install-data-local: install-txt
-install-txt:
+install-data-local: install-txt-local
+install-txt-local:
        -test -d $(DESTDIR)$(docdir) \
          || $(mkinstalldirs) $(DESTDIR)$(docdir)
        for d in $(doc_builddir) $(doc_srcdir); do \
@@ -688,8 +688,8 @@ install-txt:
          fi; \
        done
 
-install-data-local: install_infodoc
-install_infodoc: doc/groff.info
+install-data-local: install-info-local
+install-info-local: doc/groff.info
        -test -d $(DESTDIR)$(infodir) \
          || $(mkinstalldirs) $(DESTDIR)$(infodir)
        $(RM) $(DESTDIR)/doc/groff.info*
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to