diff options
author | grbd <garlicbready@googlemail.com> | 2018-04-02 19:14:24 (GMT) |
---|---|---|
committer | grbd <garlicbready@googlemail.com> | 2018-04-02 19:14:24 (GMT) |
commit | cc52bda4954ae1327e7d98cfb4418c64a55056ec (patch) | |
tree | 58e22bf25fd0e52ee7e17b3c08f667ea2ff131d6 /doc/man | |
parent | d5a21f6b86636a84d8664364e87102775bbb7a70 (diff) | |
download | SCons-cc52bda4954ae1327e7d98cfb4418c64a55056ec.zip SCons-cc52bda4954ae1327e7d98cfb4418c64a55056ec.tar.gz SCons-cc52bda4954ae1327e7d98cfb4418c64a55056ec.tar.bz2 |
Added sconstruct.py lowercase
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 57c5191..cd6541b 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -105,9 +105,10 @@ rebuild them.</para> searches for a file named <emphasis>SConstruct</emphasis>, <emphasis>Sconstruct</emphasis>, -<emphasis>sconstruct</emphasis> -or +<emphasis>sconstruct</emphasis>, <emphasis>SConstruct.py</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 @@ -636,9 +637,10 @@ yet have any results in the cache.</para> before searching for the <emphasis>SConstruct</emphasis>, <emphasis>Sconstruct</emphasis>, -<emphasis>sconstruct</emphasis> -or +<emphasis>sconstruct</emphasis>, <emphasis>SConstruct.py</emphasis> +or +<emphasis>sconstruct.py</emphasis> file, or doing anything else. Multiple <option>-C</option> @@ -651,9 +653,10 @@ equivalent to except that it will search for <emphasis>SConstruct</emphasis>, <emphasis>Sconstruct</emphasis>, -<emphasis>sconstruct</emphasis> -or +<emphasis>sconstruct</emphasis>, <emphasis>SConstruct.py</emphasis> +or +<emphasis>sconstruct.py</emphasis> in the specified directory.)</para> <!-- .TP --> @@ -1662,9 +1665,10 @@ scons --tree=all,prune,status target <para>Walks up the directory structure until an <emphasis>SConstruct ,</emphasis> <emphasis>Sconstruct ,</emphasis> -<emphasis>sconstruct</emphasis> -or +<emphasis>sconstruct ,</emphasis> <emphasis>SConstruct.py</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, |