From: Tom Hughes Date: Mon, 17 Feb 2020 18:59:01 +0000 (+0000) Subject: Add .yml extension to geodns source files X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/b17c8fd4ea82fb9e6a96371fb4891cb3c8cd439f?hp=191e37e08db0f5bd7f60bb1ab0137d90bcdc2125 Add .yml extension to geodns source files --- diff --git a/Makefile b/Makefile index 6b19a7d..b0e8ca0 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,14 @@ include/sshfp.js: bin/mksshfp $(wildcard /etc/ssh/ssh_known_hosts) origins/tile.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/tile.openstreetmap.yml bin/mkcountries bandwidth/tile.openstreetmap.yml origins/tile.openstreetmap.yml -include/tile.js json/tile.openstreetmap.org.json origins/render.openstreetmap.yml gdns/tile.map gdns/tile.resource gdns/tile.weighted: bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap - bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap tile origins/render.openstreetmap.yml tile +include/tile.js json/tile.openstreetmap.org.json origins/render.openstreetmap.yml gdns/tile.map gdns/tile.resource gdns/tile.weighted: bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml + bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml tile origins/render.openstreetmap.yml tile -include/render.js json/render.openstreetmap.org.json: bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap - bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap render origins/tile-total.openstreetmap.yml +include/render.js json/render.openstreetmap.org.json: bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml + bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml render origins/tile-total.openstreetmap.yml origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml -include/nominatim.js json/nominatim.openstreetmap.org.json origins/nominatim-total.openstreetmap.yml gdns/nominatim.map gdns/nominatim.resource gdns/nominatim.weighted: bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap - bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap nominatim origins/nominatim-total.openstreetmap.yml nominatim +include/nominatim.js json/nominatim.openstreetmap.org.json origins/nominatim-total.openstreetmap.yml gdns/nominatim.map gdns/nominatim.resource gdns/nominatim.weighted: bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml + bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml nominatim origins/nominatim-total.openstreetmap.yml nominatim diff --git a/src/nominatim.openstreetmap b/src/nominatim.openstreetmap.yml similarity index 100% rename from src/nominatim.openstreetmap rename to src/nominatim.openstreetmap.yml diff --git a/src/render.openstreetmap b/src/render.openstreetmap.yml similarity index 100% rename from src/render.openstreetmap rename to src/render.openstreetmap.yml diff --git a/src/tile.openstreetmap b/src/tile.openstreetmap.yml similarity index 100% rename from src/tile.openstreetmap rename to src/tile.openstreetmap.yml