author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 1 May 2010 20:36:15 +0000 (22:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 1 May 2010 22:42:19 +0000 (15:42 -0700) | ||
commit | 152d94348f6a38eb7cb5f4af8397f51ba06ddffb | |
tree | e354dc63b04558c944bfef523fd6874497a9881f | tree | snapshot |
parent | 8515392f5d4c5a36a0f9e4a73068f7106d7f4638 | commit | diff |
gitweb: Create install target for gitweb in Makefile
Installing gitweb is now as easy as
# make gitwebdir=/var/www/cgi-bin gitweb-install ;# as root
The gitweb/INSTALL file was updated accordingly, to make use of this
new target.
Fix shell quoting, i.e. setting bindir_SQ etc., in gitweb/Makefile.
Those variables were not used previously.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Installing gitweb is now as easy as
# make gitwebdir=/var/www/cgi-bin gitweb-install ;# as root
The gitweb/INSTALL file was updated accordingly, to make use of this
new target.
Fix shell quoting, i.e. setting bindir_SQ etc., in gitweb/Makefile.
Those variables were not used previously.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
gitweb/INSTALL | diff | blob | history | |
gitweb/Makefile | diff | blob | history |