From: Martin Waitz Date: Tue, 1 Aug 2006 19:34:08 +0000 (+0200) Subject: gitweb: fill in gitweb configuration by Makefile X-Git-Tag: v1.4.3-rc1~274^2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5d043a3d856bd40d8b34b8836a561e438d23573b?ds=inline;hp=5d043a3d856bd40d8b34b8836a561e438d23573b gitweb: fill in gitweb configuration by Makefile Generate gitweb/gitweb.cgi to reduce the need to patch gitweb.cgi by the end user. The GIT installation directory is already known by the Makefile, and can be inserted directly into gitweb. All other gitweb configuration parameters can now be specified by providing GITWEB_* variables while building GIT. These are described in gitweb/README. Signed-off-by: Martin Waitz Signed-off-by: Junio C Hamano ---