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.
This commit is contained in:
Adam Laža 2022-11-28 15:56:00 +01:00 committed by GitHub
parent ca4a64ba72
commit aa9c39ba3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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