]> git.openstreetmap.org Git - nominatim.git/commit
Restructure script and website installation
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Dec 2018 10:13:48 +0000 (11:13 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Dec 2018 10:13:48 +0000 (11:13 +0100)
commite70f405abddfe5a8a7400424558071ebba769eda
tree7d03f07c59c44fc788124c962596d7254871db2c
parent8b8ee007253daf653aefa49bcad5505f7e4324ad
Restructure script and website installation

Just make cmake install a small stub that includes
the settings from the build directory and then the
script from the source directory. Remove executable
rights from php files in utils/ so that they cannot
be accidentally executed.
20 files changed:
CMakeLists.txt
cmake/script.tmpl [new file with mode: 0755]
cmake/website.tmpl [new file with mode: 0755]
utils/country_languages.php [changed mode: 0755->0644]
utils/export.php [changed mode: 0755->0644]
utils/importWikipedia.php [changed mode: 0755->0644]
utils/query.php [changed mode: 0755->0644]
utils/server_compare.php [changed mode: 0755->0644]
utils/setup.php [changed mode: 0755->0644]
utils/specialphrases.php [changed mode: 0755->0644]
utils/update.php [changed mode: 0755->0644]
utils/warm.php [changed mode: 0755->0644]
website/deletable.php [changed mode: 0755->0644]
website/details.php [changed mode: 0755->0644]
website/hierarchy.php [changed mode: 0755->0644]
website/lookup.php [changed mode: 0755->0644]
website/polygons.php [changed mode: 0755->0644]
website/reverse.php [changed mode: 0755->0644]
website/search.php [changed mode: 0755->0644]
website/status.php