diff options
Diffstat (limited to 'doc/design/native.sgml')
-rw-r--r-- | doc/design/native.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/design/native.sgml b/doc/design/native.sgml index c9fd4bf..e2a756c 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> |