summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-10 20:30:28 +0000
committerSteven Knight <knight@baldmt.com>2001-09-10 20:30:28 +0000
commit5baa0ff42fc922008a0a148bef7da73b09f0dfbd (patch)
tree0e1da490107e63248230a0084eb1546d37b06872 /doc/design
parent528c2bf71dd1d45f158f15b015a382dbac7a34df (diff)
downloadscons-5baa0ff42fc922008a0a148bef7da73b09f0dfbd.tar.gz
Look for SConstruct, Sconstruct, and sconstruct files.
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/native.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/design/native.sgml b/doc/design/native.sgml
index c9fd4bf6..e2a756c6 100644
--- a/doc/design/native.sgml
+++ b/doc/design/native.sgml
@@ -32,9 +32,11 @@
<para>
- By default, the &SCons; utility reads a configuration file named
- &SConstruct; in the current directory. A <option>-f</option>
- command-line option exists to read a different file name.
+ By default, the &SCons; utility searches for a file named
+ &SConstruct;, &Sconstruct; or &sconstruct (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.
</para>