gitweb: fill in gitweb configuration by Makefile
commit5d043a3d856bd40d8b34b8836a561e438d23573b
authorMartin Waitz <tali@admingilde.org>
Tue, 1 Aug 2006 19:34:08 +0000 (1 21:34 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 22:44:47 +0000 (1 15:44 -0700)
tree9f90ec3953e7b33066cb93359f21026a33f651f0
parent6326b60cfd9c953e64ddab9659587afeedccd95b
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 <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
gitweb/README
gitweb/gitweb.perl [moved from gitweb/gitweb.cgi with 99% similarity]