diff --git a/docs/yaml/functions/custom_target.yaml b/docs/yaml/functions/custom_target.yaml index 40f16b023..f5a33b90e 100644 --- a/docs/yaml/functions/custom_target.yaml +++ b/docs/yaml/functions/custom_target.yaml @@ -135,7 +135,7 @@ kwargs: argument. Useful for adding regen dependencies. depends: - type: list[tgt] + type: list[build_tgt | custom_tgt] description: | Specifies that this target depends on the specified target(s), even though it does not take any of them as a command diff --git a/docs/yaml/functions/run_target.yaml b/docs/yaml/functions/run_target.yaml index 9aecc31be..66d6e8f1d 100644 --- a/docs/yaml/functions/run_target.yaml +++ b/docs/yaml/functions/run_target.yaml @@ -40,7 +40,7 @@ kwargs: the first item will find that command in `PATH` and run it. depends: - type: list[tgt] + type: list[build_tgt | custom_tgt] description: | A list of targets that this target depends on but which are not listed in the command array (because, for example, the