projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74237d6
)
make clean: remove dist-doc targets.
author
Junio C Hamano
<junkio@cox.net>
Wed, 7 Jun 2006 19:27:53 +0000
(12:27 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 7 Jun 2006 19:37:46 +0000
(12:37 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
265a716
..
5226fa1
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-707,7
+707,7
@@
clean:
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
rm -rf $(GIT_TARNAME) .doc-tmp-dir
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
- rm -f $(htmldocs).tar
$(manpages).tar
+ rm -f $(htmldocs).tar
.gz $(manpages).tar.gz
$(MAKE) -C Documentation/ clean
$(MAKE) -C templates clean
$(MAKE) -C t/ clean