mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 11:55:32 +00:00
docs(common): improve formatting of builder.md
This commit is contained in:
parent
9c7e2c879a
commit
2dffec366c
1 changed files with 2 additions and 3 deletions
|
|
@ -86,13 +86,12 @@ This somewhat unwieldy incantation handles all our build environments.
|
|||
The intent is to get a good solid consistent path for the script so that we can
|
||||
safely include the build script, no matter what `pwd` is when the script is run.
|
||||
|
||||
|
||||
The only modification permissible in this block is the
|
||||
`<relative-path-to-repo-root>` text which will be a series of `../` paths taking
|
||||
us to the repository root from the location of the script itself.
|
||||
|
||||
It is essential to make the include relative to the repo root, even for scripts
|
||||
under the resources/ folder. Doing this gives us significant performance
|
||||
under the `resources/` folder. Doing this gives us significant performance
|
||||
benefits.
|
||||
|
||||
Inclusion of other scripts should be kept outside this standard build script
|
||||
|
|
@ -1030,4 +1029,4 @@ Note: it is recommended that you use `$(builder_term text)` instead of
|
|||
[`builder_echo`]: #builderecho-function
|
||||
[`builder_die`]: #builderdie-function
|
||||
[`builder_echo_debug`]: #builderechodebug-function
|
||||
[`builder_is_debug_build`]: #builderisdebugbuild-function
|
||||
[`builder_is_debug_build`]: #builderisdebugbuild-function
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue