Documentation update.

This commit is contained in:
Joshua A. Horton 2018-01-30 11:15:32 +07:00
parent bddbf36652
commit e2e5a64e04
2 changed files with 6 additions and 2 deletions

View file

@ -42,6 +42,9 @@ To view pages using compiled KeymanWeb,
* `-debug_embedded`
- to compile a readable version of the embedded KMEA/KMEI code
* `-no_minify`
- to disable the minification '/release/' build sections
- to disable the minified '/release/web' and '/release/embedded' build sections.
- the '/release/unminified/web' and '/release/unminified/embedded' folders will still be built.
* `-clean`
- to erase pre-existing build products before the build.
If more than one target is specified, the last one will take precedence.

View file

@ -12,7 +12,8 @@ display_usage ( ) {
echo " -embed to compile only the KMEA/KMEI embedded engine."
echo " -web to compile only the KeymanWeb engine."
echo " -debug_embedded to compile a readable version of the embedded KMEA/KMEI code"
echo " -no_minify to disable the minification '/release/' build sections"
echo " -no_minify to disable the minification '/release/' build sections -"
echo " the '/release/unminified' subfolders will still be built."
echo " -clean to erase pre-existing build products before the build."
echo ""
echo " If more than one target is specified, the last one will take precedence."