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.
pull/1444/head^2
Adam Laža 2022-11-28 15:56:00 +01:00 zatwierdzone przez GitHub
rodzic ca4a64ba72
commit aa9c39ba3b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 "* "