aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-01 16:23:47 -0700
committerJunio C Hamano <junkio@cox.net>2006-08-01 16:23:47 -0700
commit22987ae0bc354bb2277c068ce15e9887f7cf0626 (patch)
tree557330f18b2eab0b83775df34d8e3143d34d30b4 /Makefile
parentee0d3234b1e4e69819635d4fc9e9c37933c0ea82 (diff)
downloadgit-22987ae0bc354bb2277c068ce15e9887f7cf0626.tar.gz
git-22987ae0bc354bb2277c068ce15e9887f7cf0626.tar.xz
Makefile: gitweb/gitweb.cgi is now generated.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac5db1ef4..6624c7501 100644
--- 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