commit:     c4cb740d18964f28392c403df05b40b3d49296f8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 20:30:34 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 07:54:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c4cb740d

Makefile: Add distclean target

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8f3014e..4fbbd90 100644
--- a/Makefile
+++ b/Makefile
@@ -125,8 +125,12 @@ dist:
        git archive --format=tar --prefix=devmanual/ HEAD | xz > $${TARBALL}
 
 clean:
-       @rm -f $(HTMLS) $(IMAGES) documents.js .depend
+       @rm -f $(HTMLS) $(IMAGES) documents.js
 
-.PHONY: all prereq build install check validate tidy dist clean
+distclean: clean
+       @rm -f .depend
+       @rm -rf eclass-reference
+
+.PHONY: all prereq build install check validate tidy dist clean distclean
 
 -include .depend

Reply via email to