summaryrefslogtreecommitdiffstats
path: root/SCons/Script/SConscript.xml
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-09-22 21:37:32 (GMT)
committerMats Wichmann <mats@linux.com>2023-09-22 21:37:32 (GMT)
commitd2ff7ef1fcd1ca209da400caaeb237356a8ed731 (patch)
tree22cf0d894366590080757bf3d3000b4c53509842 /SCons/Script/SConscript.xml
parent831f6af26b89ce14db32139a08ea265b22fbef50 (diff)
downloadSCons-d2ff7ef1fcd1ca209da400caaeb237356a8ed731.zip
SCons-d2ff7ef1fcd1ca209da400caaeb237356a8ed731.tar.gz
SCons-d2ff7ef1fcd1ca209da400caaeb237356a8ed731.tar.bz2
SConscript() doc: minor tweaks after review [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Script/SConscript.xml')
-rw-r--r--SCons/Script/SConscript.xml8
1 files 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.
<para>
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.
<parameter>vars</parameter> 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')
<scons_function name="SConscript">
<arguments>
-(scriptname, [exports, variant_dir, duplicate, must_exist])
-<!-- (scripts, [exports, variant_dir, src_dir, duplicate, must_exist]) -->
+(scriptnames, [exports, variant_dir, duplicate, must_exist])
+<!-- (scriptnames, [exports, variant_dir, src_dir, duplicate, must_exist]) -->
</arguments>
<arguments>
(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
<varname>exports</varname>;
the second (directory) calling style accepts no