From: Junio C Hamano <junkio@cox.net>
Date: Tue, 1 Aug 2006 23:23:47 +0000 (-0700)
Subject: Makefile: gitweb/gitweb.cgi is now generated.
X-Git-Tag: v1.4.3-rc1~274^2~22
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22987ae0bc354bb2277c068ce15e9887f7cf0626;p=git

Makefile: gitweb/gitweb.cgi is now generated.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

diff --git a/Makefile b/Makefile
index ac5db1ef4c..6624c7501e 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