X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af93973237d71cd446eece892eec226213d08132..9712decefed0d5a25a636e8f807d30050b1a7b95:/docs/CMakeLists.txt diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index bf453a77..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,12 @@ 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 ) foreach (df ${GENERALDOCFILES})