diff options
author | ePirat <epirat07@gmail.com> | 2019-07-30 17:23:07 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-07-30 18:23:07 +0300 |
commit | 84030abd319be051ce7d9ed7488eee9535d4a3cc (patch) | |
tree | e782ef9ad1ac174c148a3a61430f3e61aca75c39 /docs/markdown | |
parent | 3e54719ab810fa5a01b786810ca4df2db892c895 (diff) | |
download | meson-84030abd319be051ce7d9ed7488eee9535d4a3cc.zip meson-84030abd319be051ce7d9ed7488eee9535d4a3cc.tar.gz meson-84030abd319be051ce7d9ed7488eee9535d4a3cc.tar.bz2 |
Docs: Add default value of install kwarg [skip-ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 5e7de3a..6be3ed7 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -586,7 +586,7 @@ be passed to [shared and static libraries](#library). - `include_directories` one or more objects created with the `include_directories` function, or, since 0.50.0, strings, which will be transparently expanded to include directory objects -- `install`, when set to true, this executable should be installed +- `install`, when set to true, this executable should be installed, defaults to `false` - `install_dir` override install directory for this file. The value is relative to the `prefix` specified. F.ex, if you want to install plugins into a subdir, you'd use something like this: `install_dir : |