summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-21 16:59:37 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-21 16:59:37 (GMT)
commitcebf03c4cd24eb692fe9eb426a4bac2c3fad248c (patch)
treed80ad7d66d3a82f819410aab84c06828141722f0
parentc3e7fbcbd0561cd13abc8cefcea3e09ab6090d50 (diff)
downloadgit-cebf03c4cd24eb692fe9eb426a4bac2c3fad248c.zip
git-cebf03c4cd24eb692fe9eb426a4bac2c3fad248c.tar.gz
git-cebf03c4cd24eb692fe9eb426a4bac2c3fad248c.tar.bz2
"make clean" should also clean up documentation
(Or, if somebody disagrees, we should have a "make distclean").
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b13edab..cef21b7 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