From: Martin Mares Date: Thu, 8 Jun 2000 15:22:06 +0000 (+0000) Subject: When distcleaning, clean up doc as well. X-Git-Tag: v1.2.0~534 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4f72db31a512eafbb8aff4e5c1226fa59879382;p=thirdparty%2Fbird.git When distcleaning, clean up doc as well. --- diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index ed80c77ea..0c600cedc 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