From b08d531c022c427d2480e1c81a6676d9a85cd537 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Fri, 26 Jan 2024 13:14:48 -0600 Subject: 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. --- docs/yaml/functions/alias_target.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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: -- cgit v1.2.3