Minor fixes of the documentation (#2834)

* Fixed wrong file name indexes in the docs folder.
 * Added description of the logging options into the getting started guide
 * Added missing files to the 'update-webpage.sh' script

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2019-04-18 10:16:45 +02:00
committed by GitHub
parent d2931c6e40
commit 5be93dc7f7
3 changed files with 10 additions and 0 deletions
+6
View File
@@ -39,6 +39,12 @@ python tools/build.py --debug
python tools/build.py --debug --lto=off
```
**To enable more verbose outputs for debugging**
```bash
tools/build.py --debug --logging=on --error-messages=on --line-info=on
```
**Add custom arguments to CMake**
```bash