diff --git a/Makefile b/Makefile index e77bc71d12..d00ade0360 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ osm-carto-postgis.tm2source/data.yml: project.mml python convert_ymls.py --input project.mml --only-postgis --tm2source --zoom 14 --output osm-carto-postgis.tm2source/data.yml ln -s ../data/ ./osm-carto-postgis.tm2source/ 2> /dev/null || true -osm-carto.tm2/project.yml: project.mml +osm-carto.tm2/project.yml: project.mml *.mss python convert_ymls.py --input project.mml --tm2 --output osm-carto.tm2/project.yml ln -s `pwd`/symbols/ ./osm-carto.tm2/ 2>/dev/null || true cd ./osm-carto.tm2/ && ln -s ../*mss ./ 2>/dev/null || true