diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-21 09:59:37 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-21 09:59:37 -0700 |
commit | cebf03c4cd24eb692fe9eb426a4bac2c3fad248c (patch) | |
tree | d80ad7d66d3a82f819410aab84c06828141722f0 /Makefile | |
parent | c3e7fbcbd0561cd13abc8cefcea3e09ab6090d50 (diff) | |
download | git-cebf03c4cd24eb692fe9eb426a4bac2c3fad248c.tar.gz git-cebf03c4cd24eb692fe9eb426a4bac2c3fad248c.tar.xz |
"make clean" should also clean up documentation
(Or, if somebody disagrees, we should have a "make distclean").
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |