]> Lady’s Gitweb - Gitweb/commit
gitweb: Makefile improvements
authorJohn 'Warthog9' Hawley <redacted>
Sat, 30 Jan 2010 22:30:40 +0000 (23:30 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit88936eea43e06fbf7ca689bfba0cf18e840e3ce35c0ed399e072fe9f0edbe4d0
treefa4577e416158d0ee0b7d5711558b958c2a9cf222e3200b5b6f5418ab416a720
parentd2cbbf810674b5255fd8382381a83a2d990379d1a0524e0b0c41439d51aaeb99
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 <redacted>
Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile [new file with mode: 0644]
This page took 0.131926 seconds and 4 git commands to generate.