diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-22 20:37:51 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
commit | 4e1e98cc315ec46a94b6bca2b37ae2900f20f816 (patch) | |
tree | e6444f693664771aaaf391ab796dec96cbca7d12 /docs/yaml/builtins | |
parent | 6f78695f8650ff10a5677b0a559be39006199505 (diff) | |
download | meson-4e1e98cc315ec46a94b6bca2b37ae2900f20f816.zip meson-4e1e98cc315ec46a94b6bca2b37ae2900f20f816.tar.gz meson-4e1e98cc315ec46a94b6bca2b37ae2900f20f816.tar.bz2 |
docs: added install_tag docs
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r-- | docs/yaml/builtins/meson.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml index b217055..30afafd 100644 --- a/docs/yaml/builtins/meson.yaml +++ b/docs/yaml/builtins/meson.yaml @@ -102,6 +102,15 @@ methods: This is useful in the case the script updates system wide cache that is only needed when copying files into final destination. + install_tag: + type: str + since: 0.60.0 + description: | + A string used by the `meson install --tags` command + to install only a subset of the files. + By default the script has no install tag which means it is not being run when + `meson install --tags` argument is specified. + - name: add_postconf_script returns: void description: | |