diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-04-12 05:49:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 22:49:52 +0300 |
commit | 77dad3153d3f0b9f2ffab933f410995b6c1991cf (patch) | |
tree | a684fad81a5da9b2664494ce649f3f70c7d22118 /docs/markdown/Reference-manual.md | |
parent | eb806b72863cddf4159de029b2a31bdf65cb2956 (diff) | |
download | meson-77dad3153d3f0b9f2ffab933f410995b6c1991cf.zip meson-77dad3153d3f0b9f2ffab933f410995b6c1991cf.tar.gz meson-77dad3153d3f0b9f2ffab933f410995b6c1991cf.tar.bz2 |
docs: fix the docs for install_subdir's strip_directory [skip ci]
When set to **true** only the last component is used. And throw in two minor
grammatical fixes while we're there.
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-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 ab7605d..033c1c5 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1076,7 +1076,7 @@ The following keyword arguments are supported: - `install_mode`: the file mode in symbolic format and optionally the owner/uid and group/gid for the installed files. *(Added 0.47.0)* - `strip_directory`: install directory contents. `strip_directory=false` by default. - If `strip_directory=false` only last component of source path is used. + If `strip_directory=true` only the last component of the source path is used. Since 0.45.0 For a given directory `foo`: |