summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-02-26 17:40:22 (GMT)
committerSteven Knight <knight@baldmt.com>2003-02-26 17:40:22 (GMT)
commitc98c5391f5afa134589db88ebe986368a1b6097f (patch)
tree1a7e0f06222b16f346e09b1dcfc185e470fbd3e5 /doc
parent8a816e6362b715a238183ae25551dbb6df7cddc3 (diff)
downloadSCons-c98c5391f5afa134589db88ebe986368a1b6097f.zip
SCons-c98c5391f5afa134589db88ebe986368a1b6097f.tar.gz
SCons-c98c5391f5afa134589db88ebe986368a1b6097f.tar.bz2
Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument to SConscript(). (Charles Crain)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.19
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index dd4b548..0bfb13b 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -3281,7 +3281,7 @@ Return(["foo", "bar"])
.EE
.TP
-.RI SConscript( script ", [" exports ", " build_dir ", " duplicate ])
+.RI SConscript( script ", [" exports ", " build_dir ", " src_dir ", " duplicate ])
This tells
.B scons
to execute
@@ -3304,6 +3304,13 @@ that would normally be built in the subdirectory in which
resides should actually
be built in
.IR build_dir .
+The optional
+.I src_dir
+argument specifies that the
+source files from which
+the target files should be built
+can be found in
+.IR src_dir .
By default,
.B scons
will link or copy (depending on the platform)