From: Tom Hughes Date: Thu, 17 May 2012 20:44:21 +0000 (+0100) Subject: Add an update target to publish built zones X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/dc25ec9e461fc241ead5c26b2a4e60ac18799dfc?ds=inline Add an update target to publish built zones --- diff --git a/Makefile b/Makefile index 6fcf9ac..89b17a0 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,14 @@ all: data/openstreetmap.org data/openstreetmap.com data/openstreetmap.net \ 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 + 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