diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 17:22:06 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 17:22:06 +0200 |
commit | d4f72db31a512eafbb8aff4e5c1226fa59879382 (patch) | |
tree | 0cc13ce51774d9e2e9572adcd7550774d3b09058 /tools | |
parent | 96264d4d2f22c652f6cef84ff6226352e1457cce (diff) | |
download | bird-d4f72db31a512eafbb8aff4e5c1226fa59879382.tar bird-d4f72db31a512eafbb8aff4e5c1226fa59879382.zip |
When distcleaning, clean up doc as well.
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 |