]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commit152d94348f6a38eb7cb5f4af8397f51ba06ddffb
treee354dc63b04558c944bfef523fd6874497a9881f
parent8515392f5d4c5a36a0f9e4a73068f7106d7f4638
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>
Makefile
gitweb/INSTALL
gitweb/Makefile