make naming of documentation files consistent

This commit is contained in:
Sarah Hoffmann
2017-06-25 17:18:21 +02:00
parent 2daa4ed813
commit 7ef0239f19
8 changed files with 18 additions and 16 deletions

View File

@@ -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,11 @@ 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
)

View File

@@ -1,6 +1,6 @@
*Note:* these installation instructions are also available in executable
form for use with vagrant under vagrant/install-on-centos-7.sh.
form for use with vagrant under `vagrant/Install-on-Centos-7.sh`.
Installing the Required Software
================================
@@ -178,4 +178,4 @@ EOF
Nominatim is now ready to use. Continue with
[importing a database from OSM data](Import_and_update.md).
[importing a database from OSM data](Import-and-Update.md).

View File

@@ -7,7 +7,7 @@
*Note:* these installation instructions are also available in executable
form for use with vagrant under vagrant/install-on-ubuntu-16.sh.
form for use with vagrant under vagrant/Install-on-Ubuntu-16.sh.
Installing the Required Software
================================
@@ -164,4 +164,4 @@ EOF
Nominatim is now ready to use. Continue with
[importing a database from OSM data](Import_and_update.md).
[importing a database from OSM data](Import-and-Update.md).

View File

@@ -5,8 +5,8 @@ This page contains generic installation instructions for Nominatim and its
prerequisites. There are also step-by-step instructions available for
the following operating systems:
* [Ubuntu 16.04](install-on-ubuntu-16.md)
* [CentOS 7.2](install-on-centos-7.md)
* [Ubuntu 16.04](Install-on-Ubuntu-16.md)
* [CentOS 7.2](Install-on-Centos-7.md)
These OS-specific instructions can also be found in executable form
in the `vagrant/` directory.
@@ -151,4 +151,4 @@ Restart the nginx and php5-fpm services and the website should now be available
on http://localhost/.
Now continue with [importing the database](Import_and_update.md).
Now continue with [importing the database](Import-and-Update.md).