From aa9c39ba3b8baa293674ff04ac4333cf743553f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20La=C5=BEa?= Date: Mon, 28 Nov 2022 15:56:00 +0100 Subject: [PATCH] Add `build-style` and `download-fonts` targets. (#1445) This PR adds `build-style` and `download-fonts` targets to `start-tileserver` target. Calling `build-style` and `download-fonts` ensures that there is the OSM OpenMapTiles style build and ready and fonts downloaded. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f7bb639..f98a9421 100644 --- a/Makefile +++ b/Makefile @@ -480,7 +480,7 @@ generate-changed-tiles: data/tiles.txt fi .PHONY: start-tileserver -start-tileserver: init-dirs +start-tileserver: init-dirs build-style download-fonts @echo " " @echo "***********************************************************" @echo "* "