summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-05-26 12:41:09 (GMT)
committerMats Wichmann <mats@linux.com>2022-05-26 12:41:09 (GMT)
commita4daaa6d49f7f5972e8d7d083d492068b1a5d362 (patch)
tree41e25d7219002dc24a15428e1e908874363f0aa0
parentcf2641d678eb6142f5f00e686f8e4d46959267ee (diff)
downloadSCons-a4daaa6d49f7f5972e8d7d083d492068b1a5d362.zip
SCons-a4daaa6d49f7f5972e8d7d083d492068b1a5d362.tar.gz
SCons-a4daaa6d49f7f5972e8d7d083d492068b1a5d362.tar.bz2
SConscript doc tweaks per #4150 review comments [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--SCons/Script/SConscript.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/SCons/Script/SConscript.xml b/SCons/Script/SConscript.xml
index 17c9236..eb52acc 100644
--- a/SCons/Script/SConscript.xml
+++ b/SCons/Script/SConscript.xml
@@ -404,7 +404,8 @@ in each of the specified directories.
You may specify a name other than
&SConscript;
by supplying an optional
-<varname>name</varname> keyword argument.
+<varname>name</varname>=<replaceable>scriptname</replaceable>
+keyword argument.
The first three examples below have the same effect
as the first three examples above:
</para>
@@ -448,7 +449,7 @@ If the optional
<varname>variant_dir</varname>
argument is present, it causes an effect equivalent to the
&f-link-VariantDir; function,
-but in effect only during the execution of the SConscript file.
+but in effect only within the scope of the &f-SConscript; call.
The <varname>variant_dir</varname>
argument is interpreted relative to the directory of the
<emphasis>calling</emphasis> SConscript file.