gitweb: Set default destination directory for installing gitweb in Makefile
[gitweb.git] / Makefile
index 1ec90f53faeec949a1240bd362096f31426d3a68..1f51eba4e73105e810306cd89c66049be59462f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -272,6 +272,7 @@ mandir = share/man
 infodir = share/info
 gitexecdir = libexec/git-core
 sharedir = $(prefix)/share
+gitwebdir = $(sharedir)/gitweb
 template_dir = share/git-core/templates
 htmldir = share/doc/git-doc
 ifeq ($(prefix),/usr)