X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d1b1acaf1dce32d0e7dfd6879459e51fd6d55535..8498593a634e3d32b3b9417907c31bc95b6122f4:/docs/CMakeLists.txt?ds=inline diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index fd7b808f..7da84491 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -2,6 +2,7 @@ set (INSTALLDOCFILES install-on-centos-7 + install-on-ubuntu-16 ) foreach (df ${INSTALLDOCFILES}) @@ -18,7 +19,9 @@ ADD_CUSTOM_TARGET( md_install_${df} ALL endforeach() set (GENERALDOCFILES + Installation.md Import_and_update.md + Faq.md ) foreach (df ${GENERALDOCFILES})