From: Linus Torvalds Date: Sat, 21 May 2005 16:59:37 +0000 (-0700) Subject: "make clean" should also clean up documentation X-Git-Tag: v0.99~514 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cebf03c4cd24eb692fe9eb426a4bac2c3fad248c;p=git.git "make clean" should also clean up documentation (Or, if somebody disagrees, we should have a "make distclean"). --- diff --git a/Makefile b/Makefile index b13edabc2..cef21b767 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