gitweb: Create install target for gitweb in Makefile
[gitweb.git] / Makefile
index 910f4713ef1491278500573bab2d00ee1925abb8..dab5a14e41dac4d9299a90259675d8a73c9eeea6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2004,6 +2004,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