X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8e46458d9e634f10455de8f6cb5fdc3f16fb9f09..a2a44b875a02db284d0f67eb9a20506622da2257:/CMakeLists.txt?ds=inline diff --git a/CMakeLists.txt b/CMakeLists.txt index e52dc913..dd5c3110 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,6 @@ set(BUILD_IMPORTER on CACHE BOOL "Build everything for importing/updating the da set(BUILD_API on CACHE BOOL "Build everything for the API server") set(BUILD_MODULE off CACHE BOOL "Build PostgreSQL module for legacy tokenizer") set(BUILD_TESTS on CACHE BOOL "Build test suite") -set(BUILD_MANPAGE on CACHE BOOL "Build Manual Page") set(BUILD_OSM2PGSQL on CACHE BOOL "Build osm2pgsql (expert only)") set(INSTALL_MUNIN_PLUGINS on CACHE BOOL "Install Munin plugins for supervising Nominatim") @@ -187,14 +186,6 @@ if (BUILD_MODULE) add_subdirectory(module) endif() -#----------------------------------------------------------------------------- -# Manual page -#----------------------------------------------------------------------------- - -if (BUILD_MANPAGE) - add_subdirectory(man) -endif() - #----------------------------------------------------------------------------- # Installation #-----------------------------------------------------------------------------