diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-21 04:02:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-21 04:02:21 -0700 |
commit | 14b8512f878b7b5682a77d95e8f017326a471bf3 (patch) | |
tree | 3bef9b355b047e168df11f97b84fb3a3d8023b38 /Makefile | |
parent | Merge branch 'jn/gitweb-our-squelch' (diff) | |
parent | gitweb: Create install target for gitweb in Makefile (diff) | |
download | tgif-14b8512f878b7b5682a77d95e8f017326a471bf3.tar.xz |
Merge branch 'jn/gitweb-install'
* jn/gitweb-install:
gitweb: Create install target for gitweb in Makefile
gitweb: Improve installation instructions in gitweb/INSTALL
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2016,6 +2016,9 @@ endif done; } && \ ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X" +install-gitweb: + $(MAKE) -C gitweb install + install-doc: $(MAKE) -C Documentation install |