From: Ian Jackson Date: Sat, 14 May 2022 13:59:50 +0000 (+0100) Subject: Makefile: Break out NWTEMPLATEASSETS variable X-Git-Tag: otter-1.1.0~193 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2836ab2f7e849981e3a4d7d7b53835df647274af;p=otter.git 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 --- 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