]> Lady’s Gitweb - Gitweb/commit
gitweb: simplify gitweb.min.* generation and clean-up rules
authorJunio C Hamano <redacted>
Thu, 15 Apr 2010 12:57:18 +0000 (08:57 -0400)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit8afcf7d1282a95c88a077fcdb3e798a27a219be35a074dff2b6850aa4197e7a4
tree284e88eb553b1d4ca12fa8c12481ce033d71331ed86d841b86371080ca15bf39
parent37ea94df2df7de0b82304609bc0dae62cf23ee178e34ab491cfd2edb1beb873a
gitweb: simplify gitweb.min.* generation and clean-up rules

GITWEB_CSS and GITWEB_JS are meant to be "what URI should the installed
cgi script use to refer to the stylesheet and JavaScript", never "this
is the name of the file we are building".  Don't use them to decide what
file to build minified versions in.

While we are at it, lose FILES that is used only for "clean" target in a
misguided way.  "make clean" should try to remove all the potential
build artifacts regardless of a minor configuration change. Instead of
trying to remove only the build product "make clean" would have created
if it were run without "clean", explicitly list the three potential build
products for removal.

Tested-by: Mark Rada <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
This page took 0.214265 seconds and 4 git commands to generate.