Rename INSTALLING to BUILDING.md

Renamed since most people want to know how to build Geary when they
get its source, not install it. Use MD extension to get formatting in
gitlab.
This commit is contained in:
Michael Gratton 2020-10-03 23:31:35 +10:00 committed by Michael James Gratton
parent 456b6cd55a
commit c240884f52
4 changed files with 129 additions and 126 deletions

View file

@ -12,7 +12,7 @@ if profile == 'auto'
if run_command('[', '-d', '.git', ']').returncode() == 0
profile = 'development'
else
error('No build profile specified, see INSTALL')
error('No build profile specified, see BUILDING.md')
endif
endif
@ -23,7 +23,7 @@ elif profile == 'beta'
appid_suffix = '.Beta'
name_suffix = ' (Beta)'
elif profile != 'release'
error('Unknown build profile specified, see INSTALL')
error('Unknown build profile specified, see BUILDING.md')
endif
# Configurable install dirs