X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/45344575c628b0ca10e39ec67df6ecc4f6bce8ad..9934421442bf1a815096ef06ffa3f8c9ea11c0ac:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index af9c546e..7ab4fb7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,7 @@ endif() #----------------------------------------------------------------------------- if (BUILD_MANPAGE) - add_subdirectory(manual) + add_subdirectory(man) endif() #-----------------------------------------------------------------------------