X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d1b1acaf1dce32d0e7dfd6879459e51fd6d55535..49ac49228ee208f7b219ee8ea8e1b199d6486245:/docs/CMakeLists.txt 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})