From 2836ab2f7e849981e3a4d7d7b53835df647274af Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 14 May 2022 14:59:50 +0100 Subject: [PATCH] Makefile: Break out NWTEMPLATEASSETS variable We're going to want this for the dependencies of the shapelib, since otterlib will need to read this template. Signed-off-by: Ian Jackson --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e50fe78..ee8cd157 100644 --- a/Makefile +++ b/Makefile @@ -130,10 +130,11 @@ TS_SRC_FILES= \ LITFILES= LICENCE AGPLv3 TXTFILES= CC-BY-SA-3.0 CC-BY-SA-4.0 -FILEASSETS = $(addprefix templates/, libre shapelib.html script.js \ +NWTEMPLATEASSETS = nwtemplates/die-overlay.tera +FILEASSETS = $(addprefix templates/, libre shapelib.html script.js \ $(LITFILES) $(TXTFILES)) \ $(wildcard templates/*.tera) \ - nwtemplates/die-overlay.tera + $(NWTEMPLATEASSETS) WASM := wasm32-unknown-unknown # ^ todo: Is this still right after -- 2.30.2