X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/8e8cf48c6ca8936a8e5dd75402110096aa03f46e..e90ba505cc77c98951dc4d5dfd87b8be0693f3d5:/Makefile diff --git a/Makefile b/Makefile index 1026829..b9e0155 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ data/osmfoundation.org: src/osmfoundation data/stateofthemap.org: src/stateofthemap data/stateofthemap.com: src/stateofthemap -data/tile.openstreetmap.org kml/tile.openstreetmap.org: src/tile.openstreetmap bin/mkgeo lib/countries.xml +data/tile.openstreetmap.org kml/tile.openstreetmap.org.kml: src/tile.openstreetmap bin/mkgeo lib/countries.xml bin/mkgeo tile.openstreetmap tile.openstreetmap.org data/%: - sed -e 's/$(notdir $<)/$(notdir $@)/g' < $< > $@ + sed -e 's/$(notdir $<):/$(notdir $@):/g' < $< > $@