summaryrefslogtreecommitdiff
path: root/doc/design/native.xml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-14 08:41:28 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-14 08:41:28 +0200
commit544b5775c876175d33b7d14cd8efba615b8a50f7 (patch)
tree2fb503356682c0ad0fb941ac9154de15bc46157a /doc/design/native.xml
parent85dbcc01ae3f6b10849aa71faef6946d8e16d55f (diff)
parent3023c58e287f26f5672cf5ddf991ba3197d1efb6 (diff)
Merge branch 'feature/upstream' into develop
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.