X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/c079aa6b89658934fbc5e7c328e40662cbf432f3..6f849f84ecaf98eb4127510dda589335fe70ad44:/Makefile diff --git a/Makefile b/Makefile index c960b81..89b17a0 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,15 @@ 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/tile.openstreetmap.org kml/tile.openstreetmap.org.kml + data/switch2osm.org data/switch2osm.com \ + data/tile.openstreetmap.org clean: rm lib/countries.xml data/* +update: all + bin/update + lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo @@ -20,6 +24,8 @@ 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.kml: src/tile.openstreetmap bin/mkgeo lib/countries.xml bin/mkgeo tile.openstreetmap tile.openstreetmap.org