gitweb: Create install target for gitweb in Makefile
authorJakub Narebski <jnareb@gmail.com>
Sat, 1 May 2010 20:36:15 +0000 (22:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 May 2010 22:42:19 +0000 (15:42 -0700)
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>
No differences found