diff options
author | grbd <garlicbready@googlemail.com> | 2018-04-02 11:59:03 (GMT) |
---|---|---|
committer | grbd <garlicbready@googlemail.com> | 2018-04-02 11:59:03 (GMT) |
commit | d5a21f6b86636a84d8664364e87102775bbb7a70 (patch) | |
tree | 65148bbc90858fe5ec295ddac31c103b48547823 /doc | |
parent | ea55726884e48b2b02b1a094dcc38612dd02ad10 (diff) | |
download | SCons-d5a21f6b86636a84d8664364e87102775bbb7a70.zip SCons-d5a21f6b86636a84d8664364e87102775bbb7a70.tar.gz SCons-d5a21f6b86636a84d8664364e87102775bbb7a70.tar.bz2 |
updates to docs for SConstruct.py
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/native.xml | 2 | ||||
-rw-r--r-- | doc/man/scons.xml | 14 | ||||
-rw-r--r-- | doc/scons.mod | 1 |
3 files changed, 11 insertions, 6 deletions
diff --git a/doc/design/native.xml b/doc/design/native.xml index cd4edaf..25f0d95 100644 --- a/doc/design/native.xml +++ b/doc/design/native.xml @@ -64,7 +64,7 @@ <para> By default, the &SCons; utility searches for a file named - &SConstruct;, &Sconstruct; or &sconstruct; (in that order) in the + &SConstruct;, &Sconstruct;, &sconstruct; 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 03a3478..57c5191 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -105,8 +105,9 @@ rebuild them.</para> searches for a file named <emphasis>SConstruct</emphasis>, <emphasis>Sconstruct</emphasis>, -or <emphasis>sconstruct</emphasis> +or +<emphasis>SConstruct.py</emphasis> (in that order) in the current directory and reads its configuration from the first file found. An alternate file name may be @@ -635,8 +636,9 @@ yet have any results in the cache.</para> before searching for the <emphasis>SConstruct</emphasis>, <emphasis>Sconstruct</emphasis>, -or <emphasis>sconstruct</emphasis> +or +<emphasis>SConstruct.py</emphasis> file, or doing anything else. Multiple <option>-C</option> @@ -649,8 +651,9 @@ equivalent to except that it will search for <emphasis>SConstruct</emphasis>, <emphasis>Sconstruct</emphasis>, -or <emphasis>sconstruct</emphasis> +or +<emphasis>SConstruct.py</emphasis> in the specified directory.)</para> <!-- .TP --> @@ -1658,9 +1661,10 @@ scons --tree=all,prune,status target <listitem> <para>Walks up the directory structure until an <emphasis>SConstruct ,</emphasis> -<emphasis>Sconstruct</emphasis> -or +<emphasis>Sconstruct ,</emphasis> <emphasis>sconstruct</emphasis> +or +<emphasis>SConstruct.py</emphasis> file is found, and uses that as the top of the directory tree. If no targets are specified on the command line, diff --git a/doc/scons.mod b/doc/scons.mod index 448a212..5fa8e13 100644 --- a/doc/scons.mod +++ b/doc/scons.mod @@ -137,6 +137,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 "<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 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>"> |