kopia lustrzana https://github.com/openmaptiles/openmaptiles
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
rodzic
ca4a64ba72
commit
aa9c39ba3b
2
Makefile
2
Makefile
|
@ -480,7 +480,7 @@ generate-changed-tiles: data/tiles.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: start-tileserver
|
.PHONY: start-tileserver
|
||||||
start-tileserver: init-dirs
|
start-tileserver: init-dirs build-style download-fonts
|
||||||
@echo " "
|
@echo " "
|
||||||
@echo "***********************************************************"
|
@echo "***********************************************************"
|
||||||
@echo "* "
|
@echo "* "
|
||||||
|
|
Ładowanie…
Reference in New Issue