From d4f72db31a512eafbb8aff4e5c1226fa59879382 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 8 Jun 2000 15:22:06 +0000 Subject: When distcleaning, clean up doc as well. --- tools/Makefile-top.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index ed80c77..0c600ce 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -14,5 +14,6 @@ clean: find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f distclean: clean + $(MAKE) -C doc clean rm -rf $(objdir) rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile -- cgit v1.2.3