diff options
author | Steven Knight <knight@baldmt.com> | 2003-03-14 13:59:50 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-03-14 13:59:50 (GMT) |
commit | a5a29f951bbc993337b8d204d95251cab47c65f6 (patch) | |
tree | e78f655097b7a9c0eec2796387d255d432cbb8ea /doc | |
parent | d23c48ac837a86808c6bd3713149498684400411 (diff) | |
download | SCons-a5a29f951bbc993337b8d204d95251cab47c65f6.zip SCons-a5a29f951bbc993337b8d204d95251cab47c65f6.tar.gz SCons-a5a29f951bbc993337b8d204d95251cab47c65f6.tar.bz2 |
Document the -f option correctly, support building a parallel tree by pointing to an SConstruct file using -f.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index bc28d33..f0845d6 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -65,11 +65,7 @@ configuration from the first file found. An alternate file name may be specified via the .B -f -option. If the specified file is not -in the local directory, -.B scons -will internally change its working -directory (chdir) to the directory containing the file. +option. The .I SConstruct @@ -476,11 +472,6 @@ variables from the SConscript files. Use .I file as the initial SConscript file. -If -.I file -is in another directory, -.B scons -will change to that directory before building targets. .TP -h, --help |