gbranden pushed a commit to branch master
in repository groff.

commit c1f44c6c3b93514263fd565215560b93a2083f8c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Feb 5 19:08:17 2026 -0600

    doc/doc.am: Clean "gnu.eps" file.
    
    ...in "maintainer mode".
    
    * doc/doc.am (maintainer-clean-local): Add "gnu.eps" file.
    
    "If the maintainer built it (for instance, a .info file), then
    maintainer-clean should delete it.  However maintainer-clean should not
    delete anything that needs to exist in order to run './configure &&
    make'."  -- "What Gets Cleaned", GNU Automake manual ยง13
---
 ChangeLog  | 5 +++++
 doc/doc.am | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index d0634be4d..9967cf6de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-02-05  G. Branden Robinson <[email protected]>
+
+       * doc/doc.am (maintainer-clean-local): Clean "gnu.eps" file in
+       "maintainer mode".
+
 2026-02-05  G. Branden Robinson <[email protected]>
 
        * Makefile.am: Add ".version" file to `MOSTLYCLEANFILES` macro.
diff --git a/doc/doc.am b/doc/doc.am
index db49fbf9d..ce5d65857 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -676,6 +676,7 @@ endif # HAVE_TEXI2DVI
 install-doc: install-dvi install-html install-pdf
 
 maintainer-clean-local:
+       $(RM) $(doc_builddir)/gnu.eps
        $(RM) $(doc_builddir)/groff.info*
        $(RM) $(doc_builddir)/groff.pdf
        $(RM) $(doc_builddir)/groff.dvi

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

Reply via email to