mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01:00
"make clean" should also clean up documentation
(Or, if somebody disagrees, we should have a "make distclean").
This commit is contained in:
parent
c3e7fbcbd0
commit
cebf03c4cd
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue