From d2ff7ef1fcd1ca209da400caaeb237356a8ed731 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 22 Sep 2023 15:37:32 -0600 Subject: SConscript() doc: minor tweaks after review [skip appveyor] Signed-off-by: Mats Wichmann --- SCons/Script/SConscript.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SCons/Script/SConscript.xml b/SCons/Script/SConscript.xml index 5c2fd93..3c72994 100644 --- a/SCons/Script/SConscript.xml +++ b/SCons/Script/SConscript.xml @@ -163,7 +163,7 @@ is used if no value is specified. Exports variables for sharing with other SConscript files. The variables are added to a global collection where -they can be imported by another SConscript file. +they can be imported by other SConscript files. vars may be one or more strings, or a list of strings. If any string contains whitespace, it is split automatically @@ -400,8 +400,8 @@ Return('val1 val2') -(scriptname, [exports, variant_dir, duplicate, must_exist]) - +(scriptnames, [exports, variant_dir, duplicate, must_exist]) + (dirs=subdirs, [name=scriptname, exports, variant_dir, duplicate, must_exist]) @@ -469,7 +469,7 @@ from the calling SConscript. The value may be a string or list of strings representing variable names, or a dictionary mapping local names to the names they can be imported by. -For the first (scriptname) calling style, +For the first (scriptnames) calling style, a second positional argument will also be interpreted as exports; the second (directory) calling style accepts no -- cgit v0.12