gbranden pushed a commit to branch master
in repository groff.
commit 5930a7f20a22920793baae5dac1b6fbae609c64b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jul 9 03:37:52 2025 -0500
[build]: Trivially refactor.
* 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 <[email protected]>
+
+ * 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 <[email protected]>
[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*
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit