]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/CMakeLists.txt
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / docs / CMakeLists.txt
index fd7b808fa3af6c87f4065f502cc6f4bbe76becd2..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,8 +18,12 @@ ADD_CUSTOM_TARGET( md_install_${df} ALL
         )
 endforeach()
 
+# Copied static documentation
+
 set (GENERALDOCFILES
-     Import_and_update.md
+     Installation.md
+     Import-and-Update.md
+     Faq.md
     )
 
 foreach (df ${GENERALDOCFILES})