diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile-top.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |