diff options
author | Aleksey Filippov <alekseyf@google.com> | 2018-03-12 01:12:11 +0000 |
---|---|---|
committer | Aleksey Filippov <alekseyf@google.com> | 2018-03-19 22:13:34 +0000 |
commit | d63fff06d9f22c8cad2a7e70b5210f5583feb41f (patch) | |
tree | 2dc64b6509f89ff8b22c30c47848ccda4529110c /docs/markdown/Reference-manual.md | |
parent | 6994ec56e642e0d9980002215398bba1894b3c30 (diff) | |
download | meson-d63fff06d9f22c8cad2a7e70b5210f5583feb41f.zip meson-d63fff06d9f22c8cad2a7e70b5210f5583feb41f.tar.gz meson-d63fff06d9f22c8cad2a7e70b5210f5583feb41f.tar.bz2 |
Add install_data() rename documentation
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 589baf1..0d7dedc 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -737,6 +737,13 @@ arguments. The following keyword arguments are supported: To leave any of these three as the default, specify `false`. +- `rename` if specified renames each source file into corresponding file + from `rename` list. Nested paths are allowed and they are joined with + `install_dir`. Length of `rename` list must be equal to the number of sources. + *(added 0.46.0)* + +See [Installing](Installing.md) for more examples. + ### install_headers() ``` meson |