gbranden pushed a commit to branch master
in repository groff.

commit 823ab666dd3482cc4f648a20ca97994fc70cea9b
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sat Jun 21 21:09:15 2025 -0500

    doc/*: Rename man pages' cover page document.
    
    * doc/GMPfront.t.in: Rename this...
    * doc/groff-man-pages-cover.groff.in: ...to this.
    
    * doc/doc.am (DOC_GMP_COVER_PAGE): Update macro definition accordingly.
---
 ChangeLog                                             | 7 +++++++
 doc/doc.am                                            | 8 ++++----
 doc/{GMPfront.t.in => groff-man-pages-cover.groff.in} | 0
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 57c407f83..aba828805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-06-21  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * doc/GMPfront.t.in: Rename this...
+       * doc/groff-man-pages-cover.groff.in: ...to this.
+       * doc/doc.am (DOC_GMP_COVER_PAGE): Update macro definition
+       accordingly.
+
 2025-06-26  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * src/preproc/preconv/preconv.cpp (do_file): Tweak diagnostic
diff --git a/doc/doc.am b/doc/doc.am
index 82e7ae6d5..140cd459f 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -47,7 +47,7 @@ DOC_PDFMOM = \
 
 # This image file is used by several documents in the groff source tree.
 DOC_GNU_EPS = doc/gnu.eps
-DOC_GMP_COVER_PAGE = doc/GMPfront.t
+DOC_GMP_COVER_PAGE = doc/groff-man-pages-cover.groff
 
 # Other doc, installed in $(docdir)
 # Files located in the source tree
@@ -56,7 +56,7 @@ DOCFILES_INST = \
   doc/ms.ms \
   doc/pic.ms
 DOCFILES_NOINST = \
-  doc/GMPfront.t.in \
+  doc/groff-man-pages-cover.groff.in \
   doc/meintro.me.in \
   doc/meintro_fr.me.in \
   doc/meref.me.in
@@ -266,9 +266,9 @@ man-all: $(GROFF_MAN_PAGES_ALL)
 man-clean:
        $(RM) $(GROFF_MAN_PAGES_ALL)
 
-$(DOC_GMP_COVER_PAGE): $(doc_srcdir)/GMPfront.t.in
+$(DOC_GMP_COVER_PAGE): $(doc_srcdir)/groff-man-pages-cover.groff.in
        $(AM_V_GEN)$(MKDIR_P) `dirname $@` \
-       && $(DOC_SED) $(doc_srcdir)/GMPfront.t.in >$@
+       && $(DOC_SED) $(doc_srcdir)/groff-man-pages-cover.groff.in >$@
 
 # Many pages use tbl, a few use eqn, and soelim(1) uses pic.  We also
 # need groff's FreeEuro font so we can embed it.
diff --git a/doc/GMPfront.t.in b/doc/groff-man-pages-cover.groff.in
similarity index 100%
rename from doc/GMPfront.t.in
rename to doc/groff-man-pages-cover.groff.in

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

Reply via email to