1 preview: preview_cloudflare
 
   3 preview_cloudflare: include/sshfp.js include/tile.js include/render.js include/nominatim.js
 
   6 update: update_cloudflare update_geodns
 
   8 update_cloudflare: include/sshfp.js include/tile.js include/render.js include/nominatim.js
 
   9         dnscontrol push --providers cloudflare
 
  11 update_geodns: gdns/tile.map gdns/tile.resource gdns/tile.weighted gdns/nominatim.map gdns/nominatim.resource gdns/nominatim.weighted
 
  12         parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS}
 
  15         rm -f includes/* json/* origins/* gdns/*
 
  18         curl -s -o $@ http://api.geonames.org/countryInfo?username=demo
 
  20 include/sshfp.js: bin/mksshfp $(wildcard /etc/ssh/ssh_known_hosts)
 
  23 origins/tile.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/tile.openstreetmap.yml
 
  24         bin/mkcountries bandwidth/tile.openstreetmap.yml origins/tile.openstreetmap.yml
 
  26 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
 
  27         bin/mkgeo origins/tile.openstreetmap.yml src/tile.openstreetmap.yml tile origins/render.openstreetmap.yml tile
 
  29 include/render.js json/render.openstreetmap.org.json: bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml
 
  30         bin/mkgeo origins/render.openstreetmap.yml src/render.openstreetmap.yml render origins/tile-total.openstreetmap.yml
 
  32 origins/nominatim.openstreetmap.yml: bin/mkcountries lib/countries.xml bandwidth/nominatim.openstreetmap.yml
 
  33         bin/mkcountries bandwidth/nominatim.openstreetmap.yml origins/nominatim.openstreetmap.yml
 
  35 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
 
  36         bin/mkgeo origins/nominatim.openstreetmap.yml src/nominatim.openstreetmap.yml nominatim origins/nominatim-total.openstreetmap.yml nominatim