aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-21 09:59:37 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-21 09:59:37 -0700
commitcebf03c4cd24eb692fe9eb426a4bac2c3fad248c (patch)
treed80ad7d66d3a82f819410aab84c06828141722f0 /Makefile
parentc3e7fbcbd0561cd13abc8cefcea3e09ab6090d50 (diff)
downloadgit-cebf03c4cd24eb692fe9eb426a4bac2c3fad248c.tar.gz
"make clean" should also clean up documentation
(Or, if somebody disagrees, we should have a "make distclean").
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b13edabc20..cef21b767b 100644
--- a/Makefile
+++ b/Makefile
@@ -132,6 +132,7 @@ test: all
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
+ make -C Documentation/ clean
backup: clean
cd .. ; tar czvf dircache.tar.gz dir-cache