summaryrefslogtreecommitdiffstats
path: root/doc/design
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/design
parent240e270dbbab754ab36ec6cea8cc7ba3faaa242c (diff)
downloadSCons-d2ac0761b978215d2006c4bf892bfb8b2a42172d.zip
SCons-d2ac0761b978215d2006c4bf892bfb8b2a42172d.tar.gz
SCons-d2ac0761b978215d2006c4bf892bfb8b2a42172d.tar.bz2
Added in support for Sconstruct.py
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/native.xml5
1 files changed, 3 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.