From 308a85f8a295c2ff1678fc390680b12698ea07e9 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 8 Mar 2025 11:47:27 +0000 Subject: [PATCH] icons: build true-colour installer icons unconditionally. We weren't building _all_ the icons in true-colour mode, because most don't change anyway. The installer ones do, so let's build them. Works better with the preview page. --- icons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/Makefile b/icons/Makefile index 3e3ea456..ceb90e52 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -7,7 +7,7 @@ MODE = # override to -it on command line for opaque testing PAMS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S).pam)) MONOPAMS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-mono.pam)) -TRUEPAMS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-true.pam)) +TRUEPAMS = $(foreach I,puttyins,$(foreach S,$(SIZES),$(I)-$(S)-true.pam)) PNGS = $(patsubst %.pam,%.png,$(PAMS)) MONOPNGS = $(patsubst %.pam,%.png,$(MONOPAMS)) @@ -22,7 +22,7 @@ CICONS = xpmputty.c xpmpucfg.c xpmpterm.c xpmptcfg.c base: icos cicons -all: pngs monopngs base icns svgs # truepngs currently disabled by default +all: pngs monopngs base icns svgs truepngs pngs: $(PNGS) monopngs: $(MONOPNGS)