gbranden pushed a commit to branch master
in repository groff.

commit 67867fa191bd407d452587c249b1f2709d1f1065
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 13 13:32:20 2026 -0500

    [doc]: Rename document.
    
    * doc/Groff-PDF-Features.ms: Rename this...
    * doc/groff-pdf-features.ms: ...to this.
    
    * doc/doc.am: Update `DOCFILES_INST` and `PROCESSEDDOCFILES_PDF` macro
      definitions.
    
      (doc/Groff-PDF-Features.pdf): Rename this target...
      (doc/groff-pdf-features.pdf): ...to this.  Update prerequisite per
      foregoing rename.  Update recipe likewise.
---
 ChangeLog                                            | 11 +++++++++++
 doc/doc.am                                           |  8 ++++----
 doc/{Groff-PDF-Features.ms => groff-pdf-features.ms} |  0
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 92b9dfebb..35166bcbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2026-07-13  G. Branden Robinson <[email protected]>
+
+       * doc/Groff-PDF-Features.ms: Rename this...
+       * doc/groff-pdf-features.ms: ...to this.
+
+       * doc/doc.am: Update `DOCFILES_INST` and `PROCESSEDDOCFILES_PDF`
+       macro definitions.
+       (doc/Groff-PDF-Features.pdf): Rename this target...
+       (doc/groff-pdf-features.pdf): ...to this.  Update prerequisite
+       per foregoing rename.  Update recipe likewise.
+
 2026-07-13  G. Branden Robinson <[email protected]>
 
        [tmac,troff]: Warn about a deprecated font name only if it isn't
diff --git a/doc/doc.am b/doc/doc.am
index 616fb68d6..f5d93ca21 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -72,7 +72,7 @@ DOC_GMP_COVER_PAGE = doc/groff-man-pages-cover.groff
 DOCFILES_INST = \
   doc/me-revisions \
   doc/pic.ms \
-  doc/Groff-PDF-Features.ms
+  doc/groff-pdf-features.ms
 DOCFILES_NOINST = \
   doc/groff-man-pages-cover.groff.in \
   doc/meintro.me.in \
@@ -95,7 +95,7 @@ PROCESSEDDOCFILES_PDF = \
   doc/groff-man-pages.pdf \
   doc/ms.pdf \
   doc/pic.pdf \
-  doc/Groff-PDF-Features.pdf
+  doc/groff-pdf-features.pdf
 PROCESSEDDOCFILES_PS = \
   doc/meref.ps \
   doc/meintro.ps \
@@ -390,11 +390,11 @@ doc/pic.pdf: $(doc_srcdir)/pic.ms $(TMAC_PACKAGE_MS) eqn 
pic tbl
        $(GROFF_V)$(MKDIR_P) `dirname $@` \
        && $(DOC_GROFF) -pet -Tpdf -ms -rPDFFEAT=1 $(doc_srcdir)/pic.ms >$@
 
-doc/Groff-PDF-Features.pdf: $(doc_srcdir)/Groff-PDF-Features.ms \
+doc/groff-pdf-features.pdf: $(doc_srcdir)/groff-pdf-features.ms \
   $(TMAC_PACKAGE_MS) eqn pic tbl pdfmom $(DOC_GNU_PNG) font/devpdf/stamp
        $(GROFF_V)$(MKDIR_P) `dirname $@` \
        && $(DOC_PDFMOM) --roff -tU -P-pa4 -rPDFFEAT=1 -ms -msboxes \
-       -I $(doc_builddir) -I $(doc_srcdir) $(doc_srcdir)/Groff-PDF-Features.ms 
>$@
+       -I $(doc_builddir) -I $(doc_srcdir) $(doc_srcdir)/groff-pdf-features.ms 
>$@
 
 doc/webpage.ps: $(DOC_GNU_EPS) tmac/pspic.tmac tmac/www.tmac tbl
 doc/webpage.ps: $(doc_srcdir)/webpage.ms $(TMAC_PACKAGE_MS)
diff --git a/doc/Groff-PDF-Features.ms b/doc/groff-pdf-features.ms
similarity index 100%
rename from doc/Groff-PDF-Features.ms
rename to doc/groff-pdf-features.ms

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

Reply via email to