summaryrefslogtreecommitdiff
path: root/docs/yaml/functions
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2024-01-26 13:14:48 -0600
committerEli Schwartz <eschwartz93@gmail.com>2024-02-09 11:56:13 -0500
commitb08d531c022c427d2480e1c81a6676d9a85cd537 (patch)
tree142d4372a1d3c6413a63cecc5caf27a61dad1824 /docs/yaml/functions
parent09c0803077b9887792b50520aa90bc30dc451f8c (diff)
downloadmeson-b08d531c022c427d2480e1c81a6676d9a85cd537.tar.gz
Document that alias_target accepts run_tgts since 0.60.0
This was implemented in dc51740e2cdee171ac6ebc7ed261e5c08730c9a9, but was not added to the documentation or marked as a new feature.
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r--docs/yaml/functions/alias_target.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/alias_target.yaml b/docs/yaml/functions/alias_target.yaml
index 22ffdfd98..bc14f84da 100644
--- a/docs/yaml/functions/alias_target.yaml
+++ b/docs/yaml/functions/alias_target.yaml
@@ -6,8 +6,8 @@ description: |
targets, this integrates with the selected backend. For instance, with
you can run it as `meson compile target_name`. This is a dummy target
that does not execute any command, but ensures that all dependencies
- are built. Dependencies can be any build target (e.g. return value of
- [[executable]], [[custom_target]], etc)
+ are built. Dependencies can be any build target. Since 0.60.0, this includes
+ [[@run_tgt]].
posargs:
target_name: