projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0d323
)
Makefile: gitweb/gitweb.cgi is now generated.
author
Junio C Hamano
<junkio@cox.net>
Tue, 1 Aug 2006 23:23:47 +0000
(16:23 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 1 Aug 2006 23:23:47 +0000
(16:23 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ac5db1ef4caa1f46305baf3fb99509e4699e338a..6624c7501e754b0a2e27894e93140122ce8bd196 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-804,6
+804,7
@@
clean:
rm -rf $(GIT_TARNAME) .doc-tmp-dir
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
rm -f $(htmldocs).tar.gz $(manpages).tar.gz
+ rm -f gitweb/gitweb.cgi
$(MAKE) -C Documentation/ clean
$(MAKE) -C templates clean
$(MAKE) -C t/ clean