X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/65afe13f0a9f6632a9de063e9df6202360a714d6..9f6f3dd75d1a7cbb83defc4a32c05891e3b3bc9c:/docs/CMakeLists.txt diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 7da84491..1a7dbd1c 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,8 +1,8 @@ # Auto-generated vagrant install documentation set (INSTALLDOCFILES - install-on-centos-7 - install-on-ubuntu-16 + Install-on-Centos-7 + Install-on-Ubuntu-16 ) foreach (df ${INSTALLDOCFILES}) @@ -18,9 +18,11 @@ ADD_CUSTOM_TARGET( md_install_${df} ALL ) endforeach() +# Copied static documentation + set (GENERALDOCFILES Installation.md - Import_and_update.md + Import-and-Update.md Faq.md )