From b17c8fd4ea82fb9e6a96371fb4891cb3c8cd439f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 17 Feb 2020 18:59:01 +0000 Subject: [PATCH 1/1] Add .yml extension to geodns source files --- Makefile | 12 ++++++------ ...tim.openstreetmap => nominatim.openstreetmap.yml} | 0 ...render.openstreetmap => render.openstreetmap.yml} | 0 src/{tile.openstreetmap => tile.openstreetmap.yml} | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename src/{nominatim.openstreetmap => nominatim.openstreetmap.yml} (100%) rename src/{render.openstreetmap => render.openstreetmap.yml} (100%) rename src/{tile.openstreetmap => tile.openstreetmap.yml} (100%) 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 -- 2.43.2