]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
gitweb: Makefile improvements
authorJohn 'Warthog9' Hawley <warthog9@kernel.org>
Sat, 30 Jan 2010 22:30:40 +0000 (23:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 30 Jan 2010 23:53:52 +0000 (15:53 -0800)
commit62331ef1637f8089bc920b3066a2ec48afd6fd26
treec27900393bc52e5a4ea92dd363d00b5e834d7e24
parentb62a1a98bc65f52d972a3f403c5b29d6a84642fd
gitweb: Makefile improvements

Adjust the main Makefile so you can simply run

     make gitweb

which in turn calls gitweb/Makefile.  This means that in order to
generate gitweb, you can simply run 'make' from gitweb subdirectory:

     cd gitweb
     make

Targets gitweb/gitweb.cgi and (dependent on JSMIN being defined)
gitweb/gitweb.min.js in main Makefile are preserved for backward
compatibility.

Signed-off-by: John 'Warthog9' Hawley <warthog9@kernel.org>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
gitweb/Makefile [new file with mode: 0644]