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:
parent
456b6cd55a
commit
c240884f52
4 changed files with 129 additions and 126 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue