gbranden pushed a commit to branch branden-post-1.23.0 in repository groff.
commit 5399411ccf853b2ff1fb9e7f02de500139d5e252 Author: G. Branden Robinson <[email protected]> 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 <[email protected]> + + * doc/doc.am (maintainer-clean-local): Remove temporary "*.t2d" + and "*.t2p" directories created by texi2dvi. + 2023-03-07 G. Branden Robinson <[email protected]> * 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 [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
