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:
Sarah Hoffmann
2018-12-02 11:50:44 +01:00
parent fe6a2e9f14
commit 56839ba50f
4 changed files with 5 additions and 10 deletions

View File

@@ -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)