X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f71e9dd187f697e31dddacb1cdaea0d6d29009e9..2e6f5ba7e68d52aff93775ebffcdb5c59f7f65df:/docs/CMakeLists.txt diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index f83f10d7..1a7dbd1c 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,7 +1,8 @@ # Auto-generated vagrant install documentation set (INSTALLDOCFILES - install-on-centos-7 + Install-on-Centos-7 + Install-on-Ubuntu-16 ) foreach (df ${INSTALLDOCFILES}) @@ -17,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})