gbranden pushed a commit to branch branden-2023-03-31
in repository groff.

commit b3966687fcd7e35dc67ffa880f989ce27552f90d
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 9ce442ae0..6a8202dda 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-03-07  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * doc/groff.texi (Operators in Conditionals):
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