Skip to content

Commit

Permalink
Makefile improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory McCann committed Mar 27, 2017
1 parent c4bebea commit 85217f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85217f5

Please sign in to comment.