mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 10:34:08 +00:00
No longer install phrase configuration
Instead add it as a configurable path with the one from the source directory as the default. Also reinstates that settings/defaults.php is installed as settings/settings.php.
This commit is contained in:
@@ -125,14 +125,8 @@ foreach (script_source ${WEBSITESCRIPTS})
|
||||
${PROJECT_BINARY_DIR}/${script_source})
|
||||
endforeach()
|
||||
|
||||
set(CONFIGUREFILES
|
||||
settings/phrase_settings.php
|
||||
settings/defaults.php
|
||||
)
|
||||
|
||||
foreach (cfile ${CONFIGUREFILES})
|
||||
configure_file(${PROJECT_SOURCE_DIR}/${cfile} ${PROJECT_BINARY_DIR}/${cfile})
|
||||
endforeach()
|
||||
configure_file(${PROJECT_SOURCE_DIR}/settings/defaults.php
|
||||
${PROJECT_BINARY_DIR}/settings/settings.php)
|
||||
|
||||
set(WEBPATHS css images js)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user