summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-04 10:40:32 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-04 10:40:32 (GMT)
commite69debfd6d48ed158699ba814c1c23459e121a20 (patch)
treeefe6cfb4bc3433988545bf74ded85ebb6b4fc14b /doc
parentf6bfff07364b42d404da9de529659722ec5a281d (diff)
downloadSCons-e69debfd6d48ed158699ba814c1c23459e121a20.zip
SCons-e69debfd6d48ed158699ba814c1c23459e121a20.tar.gz
SCons-e69debfd6d48ed158699ba814c1c23459e121a20.tar.bz2
Add a reject argument to the env.Whereis() method. (sam th)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.19
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 232048b..357b829 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -3709,9 +3709,9 @@ env.Config(target = 'package-config', source = Value(prefix))
'\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.TP
-.RI WhereIs( program ", [" path ", [" pathext ]])
+.RI WhereIs( program ", [" path ", " pathext ", " reject ])
.TP
-.RI env.WhereIs( program ", [" path ", [" pathext ]])
+.RI env.WhereIs( program ", [" path ", " pathext ", " reject ])
Searches for the specified executable
.I program,
@@ -3734,6 +3734,11 @@ the calling environment's PATHEXT
or the user's current PATHEXT
(os.environ['PATHEXT'])
by default.
+Will not select any
+path name or names
+in the specified
+.I reject
+list, if any.
.SS SConscript Variables
In addition to the global functions and methods,