diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-08-12 22:13:51 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-08-17 15:19:18 -0400 |
commit | 8c5aa031b5ffb4eb3c61083072dcab49c8927d45 (patch) | |
tree | f62800f365cf6706fab33283436cbeef7df7206f /docs/markdown/Python-module.md | |
parent | 6d055b1e27dc6fc0fac967fbe2f439758a4c5d07 (diff) | |
download | meson-8c5aa031b5ffb4eb3c61083072dcab49c8927d45.zip meson-8c5aa031b5ffb4eb3c61083072dcab49c8927d45.tar.gz meson-8c5aa031b5ffb4eb3c61083072dcab49c8927d45.tar.bz2 |
Add install tags
Fixes: #7007.
Diffstat (limited to 'docs/markdown/Python-module.md')
-rw-r--r-- | docs/markdown/Python-module.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index 3b7b4f5..20eae1a 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -135,6 +135,9 @@ All positional and keyword arguments are the same as for - `subdir`: See documentation for the argument of the same name to [][`extension_module()`] +- `install_tag` *(since 0.60.0)*: A string used by `meson install --tags` command + to install only a subset of the files. By default it has the tag `python-runtime`. + #### `get_install_dir()` ``` meson |