groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 14/27: doc/doc.am: Clean up clean targets.


From: G. Branden Robinson
Subject: [groff] 14/27: doc/doc.am: Clean up clean targets.
Date: Tue, 3 May 2022 14:27:16 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 77dd92730e19bdedb45b60dbc686256b6d46215c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon May 2 11:56:26 2022 -0500

    doc/doc.am: Clean up clean targets.
    
    * doc/doc.am (clean_otherdoc): Drop target: it doesn't seem to
      accomplish anything.
    
      (clean_infodoc): Drop target, moving its rules into...
    
      (maintainer-clean-local): ...this.  Drop deps, both gone now.
---
 ChangeLog  | 7 +++++++
 doc/doc.am | 6 +-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4d1ab7bb..e7dea506 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-05-02  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/doc.am (clean_otherdoc): Drop target: it doesn't seem to
+       accomplish anything.
+       (clean_infodoc): Drop target, moving its rules into...
+       (maintainer-clean-local): ...this.  Drop deps, both gone now.
+
 2022-05-02  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * doc/doc.am (distclean-local): Drop target: stop cleaning
diff --git a/doc/doc.am b/doc/doc.am
index 05883296..99265155 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -583,15 +583,11 @@ endif
 
 install-doc: install-pdf install-html
 
-maintainer-clean-local: clean_infodoc clean_otherdoc
-clean_infodoc:
+maintainer-clean-local:
        $(RM) $(doc_builddir)/groff.info*
        $(RM) $(doc_builddir)/groff.pdf
        $(RM) $(doc_builddir)/groff.dvi
        $(RM) -r $(doc_builddir)/groff.html.*
-clean_otherdoc:
-       -cd $(doc_builddir) \
-       && $(RM) -r *.pdf *.html *.txt *.dvi *.t2p *.t2d
 
 install-data-local: install_infodoc
 install_infodoc: doc/groff.info



reply via email to

[Prev in Thread] Current Thread [Next in Thread]