#-----------------------------------------------------------------------------
set(CUSTOMFILES
- settings/settings.php
settings/phrase_settings.php
website/deletable.php
website/details.php
website/reverse.php
website/search.php
website/status.php
+ website/403.html
+ website/509.html
+ website/crossdomain.xml
+ website/favicon.ico
+ website/last_update.php
+ website/nominatim.xml
+ website/robots.txt
+ website/taginfo.json
utils/blocks.php
utils/country_languages.php
utils/imports.php
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)
foreach (wp ${WEBPATHS})