From dc25ec9e461fc241ead5c26b2a4e60ac18799dfc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 17 May 2012 21:44:21 +0100 Subject: [PATCH 1/1] Add an update target to publish built zones --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.2