From 90fba4251157c71b81bd91be7cf3246d85c85338 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 20 Mar 2022 13:12:07 +0000 Subject: Fix missing ' in custom_target docs --- docs/yaml/functions/custom_target.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/yaml/functions/custom_target.yaml b/docs/yaml/functions/custom_target.yaml index bfc7da9..40f16b0 100644 --- a/docs/yaml/functions/custom_target.yaml +++ b/docs/yaml/functions/custom_target.yaml @@ -173,7 +173,7 @@ kwargs: custom_target('different-install-dirs', output : ['first.file', 'second.file'], install : true, - install_dir : ['somedir', 'otherdir]) + install_dir : ['somedir', 'otherdir']) ``` This would install `first.file` to `somedir` and `second.file` to `otherdir`. @@ -183,7 +183,7 @@ kwargs: custom_target('only-install-second', output : ['first.file', 'second.file'], install : true, - install_dir : [false, 'otherdir]) + install_dir : [false, 'otherdir']) ``` This would install `second.file` to `otherdir` and not install `first.file`. -- cgit v1.1