diff --git a/geojson/meson.build b/geojson/meson.build index 47d3cac..41ff7a3 100644 --- a/geojson/meson.build +++ b/geojson/meson.build @@ -1,32 +1,32 @@ -configure_file(input: 'dolnoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'dolnoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'gornoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'gornoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'kujawsko-pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'kujawsko-pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'lodzkie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'lodzkie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'lubelskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'lubelskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'lubuskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'lubuskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'malopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'malopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'mazowieckie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'mazowieckie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'opolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'opolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'podkarpackie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'podkarpackie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'podlaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'podlaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'swietokrzyskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'swietokrzyskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'warminsko-mazurskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'warminsko-mazurskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'wielkopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'wielkopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'zachodniopomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'zachodniopomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') +configure_file(input: 'dolnoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'dolnoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'gornoslaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'gornoslaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'kujawsko-pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'kujawsko-pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'lodzkie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'lodzkie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'lubelskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'lubelskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'lubuskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'lubuskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'malopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'malopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'mazowieckie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'mazowieckie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'opolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'opolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'podkarpackie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'podkarpackie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'podlaskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'podlaskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'pomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'pomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'swietokrzyskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'swietokrzyskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'warminsko-mazurskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'warminsko-mazurskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'wielkopolskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'wielkopolskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'zachodniopomorskie.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') +configure_file(input: 'zachodniopomorskie_sub.geojson', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'geojson') diff --git a/maps/meson.build b/maps/meson.build index e040e5b..e6d1cc7 100644 --- a/maps/meson.build +++ b/maps/meson.build @@ -1,31 +1,31 @@ -configure_file(input: 'Poland.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Poland_big.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Poland_powiaty.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Poland_relief.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') +configure_file(input: 'Poland.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Poland_big.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Poland_powiaty.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Poland_relief.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') -configure_file(input: 'Podlaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Malopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Warminsko-Mazurskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Kujawsko-Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Mazowieckie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Wielkopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Dolnoslaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Lubelskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Lodzkie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Lubuskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Opolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Podkarpackie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Slaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Swietokrzyskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Zachodniopomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') +configure_file(input: 'Podlaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Malopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Warminsko-Mazurskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Kujawsko-Pomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Mazowieckie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Wielkopolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Dolnoslaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Lubelskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Lodzkie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Lubuskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Opolskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Podkarpackie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Slaskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Swietokrzyskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Zachodniopomorskie.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') -configure_file(input: 'Benelux.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'France.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Germany.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'Romania.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'UK.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'USA.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') +configure_file(input: 'Benelux.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'France.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Germany.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'Romania.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'UK.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'USA.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') -configure_file(input: 'Europe.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') -configure_file(input: 'World.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: '.') +configure_file(input: 'Europe.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps') +configure_file(input: 'World.png', output: '@PLAINNAME@', copy: true, install: true, install_dir: 'maps')