gbranden pushed a commit to branch branden-2023-07-05
in repository groff.

commit 4394f7a57ca9d095fc99e112411e65e06698ef19
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Fri Mar 10 17:31:26 2023 -0600

    doc/doc.am: Clean better in maintainer mode.
    
    * doc/doc.am (maintainer-clean-local): Remove temporary "*.t2d" and
      "*.t2p" directories created by texi2dvi.
---
 ChangeLog  | 5 +++++
 doc/doc.am | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 58a261009..7d9ecc556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-10  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * doc/doc.am (maintainer-clean-local): Remove temporary "*.t2d"
+       and "*.t2p" directories created by texi2dvi.
+
 2023-04-20  Bruno Haible <br...@clisp.org>
 
        [build]: Fix gxditview linking on AIX.
diff --git a/doc/doc.am b/doc/doc.am
index cddc51907..20e222881 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -619,6 +619,7 @@ maintainer-clean-local:
        $(RM) $(doc_builddir)/groff.dvi
        $(RM) $(doc_builddir)/groff.txt
        $(RM) -r $(doc_builddir)/groff.html.*
+       $(RM) -r $(doc_builddir)/*.t2d $(doc_builddir)/*.t2p
 
 install-data-local: install-txt
 install-txt:

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

Reply via email to