diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-01 16:23:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-01 16:23:47 -0700 |
commit | 22987ae0bc354bb2277c068ce15e9887f7cf0626 (patch) | |
tree | 557330f18b2eab0b83775df34d8e3143d34d30b4 /Makefile | |
parent | ee0d3234b1e4e69819635d4fc9e9c37933c0ea82 (diff) | |
download | git-22987ae0bc354bb2277c068ce15e9887f7cf0626.tar.gz |
Makefile: gitweb/gitweb.cgi is now generated.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |