X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/32683f73c787464e16f2a146d4c08c4041087dd5..f9517e91433a9f33a01f75efe3629330196f21f5:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b4c2976..6ac81c4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ set(BUILD_API on CACHE BOOL "Build everything for the API server") set(BUILD_MODULE on CACHE BOOL "Build PostgreSQL module") set(BUILD_TESTS on CACHE BOOL "Build test suite") set(BUILD_DOCS on CACHE BOOL "Build documentation") +set(BUILD_MANPAGE on CACHE BOOL "Build Manual Page") set(BUILD_OSM2PGSQL on CACHE BOOL "Build osm2pgsql (expert only)") #----------------------------------------------------------------------------- @@ -114,7 +115,6 @@ if (BUILD_IMPORTER) export.php query.php setup.php - specialphrases.php update.php warm.php ) @@ -209,6 +209,14 @@ if (BUILD_DOCS) add_subdirectory(docs) endif() +#----------------------------------------------------------------------------- +# Manual page +#----------------------------------------------------------------------------- + +if (BUILD_MANPAGE) + add_subdirectory(manual) +endif() + #----------------------------------------------------------------------------- # Installation #----------------------------------------------------------------------------- @@ -259,7 +267,7 @@ endif() install(FILES settings/env.defaults settings/address-levels.json - settings/phrase_settings.php + settings/phrase-settings.json settings/import-admin.style settings/import-street.style settings/import-address.style