X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/051998dd80b0def50058266b7adbdf2e971032eb..f78d094483da1c54ff51177cafa378406636b433:/docs/CMakeLists.txt?ds=sidebyside 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})