diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-20 23:56:00 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-21 21:25:47 +0200 |
commit | 30827b5644b00aa01c14a116a0c8fec72e63592e (patch) | |
tree | c45f0bf4db577d99bad98962c06655b1e4d76137 /docs/markdown | |
parent | dd614015e079d3ef6f64a38d349deca49b4f03ce (diff) | |
download | meson-30827b5644b00aa01c14a116a0c8fec72e63592e.zip meson-30827b5644b00aa01c14a116a0c8fec72e63592e.tar.gz meson-30827b5644b00aa01c14a116a0c8fec72e63592e.tar.bz2 |
Do not install configure_file output if install_dir is empty. Closes #3270.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 0d7dedc..128206b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -173,7 +173,8 @@ These are all the supported keyword arguments: mode, all the variables in the `configuration:` object (see above) are written to the `output:` file. - `install_dir` the subdirectory to install the generated file to - (e.g. `share/myproject`), if omitted the file is not installed. + (e.g. `share/myproject`), if omitted or given the value of empty + string, the file is not installed. - `output` the output file name (since v0.41.0, may contain `@PLAINNAME@` or `@BASENAME@` substitutions). In configuration mode, the permissions of the input file (if it is specified) are copied to |