]> git.openstreetmap.org Git - nominatim.git/commitdiff
install new lua import scripts
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 09:45:11 +0000 (10:45 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 09:45:11 +0000 (10:45 +0100)
CMakeLists.txt

index b1cadedbdd6abd6e88f8bbdd8ea36927afd0715c..9161def0e0298c9dd5ca8fffe23f16493a7e01e7 100644 (file)
@@ -269,6 +269,12 @@ install(FILES settings/env.defaults
               settings/import-address.style
               settings/import-full.style
               settings/import-extratags.style
+              settings/import-admin.lua
+              settings/import-street.lua
+              settings/import-address.lua
+              settings/import-full.lua
+              settings/import-extratags.lua
+              settings/flex-base.lua
               settings/icu_tokenizer.yaml
               settings/country_settings.yaml
         DESTINATION ${NOMINATIM_CONFIGDIR})