summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2018-04-15 11:15:48 (GMT)
committergrbd <garlicbready@googlemail.com>2018-04-15 11:15:48 (GMT)
commitd2ac0761b978215d2006c4bf892bfb8b2a42172d (patch)
tree1d61be29f507f32f5fdab0e1525a948421d578bb /doc
parent240e270dbbab754ab36ec6cea8cc7ba3faaa242c (diff)
downloadSCons-d2ac0761b978215d2006c4bf892bfb8b2a42172d.zip
SCons-d2ac0761b978215d2006c4bf892bfb8b2a42172d.tar.gz
SCons-d2ac0761b978215d2006c4bf892bfb8b2a42172d.tar.bz2
Added in support for Sconstruct.py
Diffstat (limited to 'doc')
-rw-r--r--doc/design/native.xml5
-rw-r--r--doc/man/scons.xml4
-rw-r--r--doc/scons.mod1
3 files changed, 8 insertions, 2 deletions
diff --git a/doc/design/native.xml b/doc/design/native.xml
index 1329817..97d5831 100644
--- a/doc/design/native.xml
+++ b/doc/design/native.xml
@@ -64,8 +64,9 @@
<para>
By default, the &SCons; utility searches for a file named
- &SConstruct;, &Sconstruct;, &sconstruct;, &SConstruct.py or &sconstruct.py; (in that order) in the
- current directory, and reads its configuration from the first file
+ &SConstruct;, &Sconstruct;, &sconstruct;, &SConstruct.py, &Sconstruct.py
+ or &sconstruct.py; (in that order) in the current directory,
+ and reads its configuration from the first file
found. A <option>-f</option> command-line option exists to read a
different file name.
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index cd6541b..abbed4f 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -107,6 +107,7 @@ searches for a file named
<emphasis>Sconstruct</emphasis>,
<emphasis>sconstruct</emphasis>,
<emphasis>SConstruct.py</emphasis>
+<emphasis>Sconstruct.py</emphasis>
or
<emphasis>sconstruct.py</emphasis>
(in that order) in the current directory and reads its
@@ -639,6 +640,7 @@ before searching for the
<emphasis>Sconstruct</emphasis>,
<emphasis>sconstruct</emphasis>,
<emphasis>SConstruct.py</emphasis>
+<emphasis>Sconstruct.py</emphasis>
or
<emphasis>sconstruct.py</emphasis>
file, or doing anything
@@ -655,6 +657,7 @@ except that it will search for
<emphasis>Sconstruct</emphasis>,
<emphasis>sconstruct</emphasis>,
<emphasis>SConstruct.py</emphasis>
+<emphasis>Sconstruct.py</emphasis>
or
<emphasis>sconstruct.py</emphasis>
in the specified directory.)</para>
@@ -1667,6 +1670,7 @@ scons --tree=all,prune,status target
<emphasis>Sconstruct ,</emphasis>
<emphasis>sconstruct ,</emphasis>
<emphasis>SConstruct.py</emphasis>
+<emphasis>Sconstruct.py</emphasis>
or
<emphasis>sconstruct.py</emphasis>
file is found, and uses that
diff --git a/doc/scons.mod b/doc/scons.mod
index 1d207c9..974ec02 100644
--- a/doc/scons.mod
+++ b/doc/scons.mod
@@ -138,6 +138,7 @@
<!ENTITY Sconstruct "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>Sconstruct</filename>">
<!ENTITY sconstruct "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>sconstruct</filename>">
<!ENTITY SConstruct.py "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>SConstruct.py</filename>">
+<!ENTITY Sconstruct.py "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>Sconstruct.py</filename>">
<!ENTITY sconstruct.py "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>sconstruct.py</filename>">
<!ENTITY sconsign "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>.sconsign</filename>">
<!ENTITY src "<filename xmlns='http://www.scons.org/dbxsd/v1.0'>src</filename>">