summaryrefslogtreecommitdiff
path: root/doc/design/native.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/native.xml')
-rw-r--r--doc/design/native.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/design/native.xml b/doc/design/native.xml
index 787f4dd..ff8960d 100644
--- a/doc/design/native.xml
+++ b/doc/design/native.xml
@@ -12,7 +12,7 @@
<!--
- Copyright (c) 2001 - 2017 The SCons Foundation
+ Copyright (c) 2001 - 2019 The SCons Foundation
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -64,8 +64,9 @@
<para>
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
+ &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.