Makefile: use the gitweb target when building gitweb.cgi
commit28faf19edc564f2fee78b6fcae2fe8c918e47b4f
authorKyle J. McKay <mackyle@gmail.com>
Sun, 2 Feb 2014 22:57:33 +0000 (2 14:57 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 2 Feb 2014 22:57:33 +0000 (2 14:57 -0800)
tree868cef1ff7679f45c5f43b20012ce530327d2a74
parent9f2687238e68cb2dc0d7b5d306f71f47f8c775a7
Makefile: use the gitweb target when building gitweb.cgi

When making gitweb.cgi do not explicitly list it as a target,
instead use the .PHONY target gitweb which will do the right
thing in case anything else needs to be built.

This also requires picking up the GITWEB_GITWEBJS -> GITWEB_JS
rename to work with the current Git tree being used.
Makefile
git.git