]> git.openstreetmap.org Git - dns.git/blobdiff - Makefile
Temporary move all tiles to London
[dns.git] / Makefile
index 10268291953063e1ffa758c83263490307dd7bf1..6fcf9ac349935356d947fcda4b65c12256e4f672 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 all: data/openstreetmap.org data/openstreetmap.com data/openstreetmap.net \
      data/openstreetmaps.org data/osm.org data/openmaps.org \
      data/osmfoundation.org data/stateofthemap.org data/stateofthemap.com \
+     data/opengeodata.org \
+     data/switch2osm.org data/switch2osm.com \
      data/tile.openstreetmap.org kml/tile.openstreetmap.org.kml
 
 clean:
@@ -18,9 +20,12 @@ data/openmaps.org: src/openstreetmap
 data/osmfoundation.org: src/osmfoundation
 data/stateofthemap.org: src/stateofthemap
 data/stateofthemap.com: src/stateofthemap
+data/opengeodata.org: src/opengeodata
+data/switch2osm.org: src/switch2osm
+data/switch2osm.com: src/switch2osm
 
-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' < $< > $@