gbranden pushed a commit to branch branden-2022-06-01
in repository groff.
commit 9c4bf71f52eb32e40e653e8675bc0e35ec1cd325
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 7873f0f0b..3f108acf6 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-04-20 Bruno Haible <[email protected]>
[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
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit