From: Ævar Arnfjörð Bjarmason Date: Tue, 28 Jun 2022 10:15:56 +0000 (+0200) Subject: gitweb/Makefile: add a $(GITWEB_ALL) variable X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/00bf25ffbb3f4c85bb917db8ce9326afac781bbc57bc469bfb8b372dad9525dd?hp=00bf25ffbb3f4c85bb917db8ce9326afac781bbc57bc469bfb8b372dad9525dd gitweb/Makefile: add a $(GITWEB_ALL) variable Declare the targets that the "all" target depends on with a new $(GITWEB_ALL) variable. This will help to reduce churn in subsequent commits. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---