]> Lady’s Gitweb - Gitweb/commit
gitweb/Makefile: clear up and de-duplicate the gitweb.{css,js} vars
authorÆvar Arnfjörð Bjarmason <redacted>
Tue, 28 Jun 2022 10:15:57 +0000 (12:15 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:33 +0000 (00:51 -0400)
commitf5b59b6ee1f7c71eb33ba9c362d5b6d690a0a51066babcd5c3bfc84be144acd5
treed547ae9429be7bf041fd222c669403427e14164023043ab1122ae2dbd6cd9157
parent00bf25ffbb3f4c85bb917db8ce9326afac781bbc57bc469bfb8b372dad9525dd
gitweb/Makefile: clear up and de-duplicate the gitweb.{css,js} vars

Change the variable definitions for the $(GITWEB_CSS) and $(GITWEB_JS)
so that we have a clear separation between what we use as "in" files,
v.s. our "min" files. We can now make the appending to $(GITWEB_FILES)
unconditional, since $(GITWEB_{JS,CSS}) is either the "min" or
non-"min" version. This reduces the duplication within the file.

While we're at it let's initialize "GITWEB_JSLIB_FILES" as we normally
do with such variables.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
This page took 0.224533 seconds and 5 git commands to generate.