]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/CMakeLists.txt
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / docs / CMakeLists.txt
index f83f10d7e115705b92bd375db542361cc156ff01..1a7dbd1c64d99f846accac108727979d5e9e12c5 100644 (file)
@@ -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})