summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-07-22 11:38:20 (GMT)
committerSteven Knight <knight@baldmt.com>2003-07-22 11:38:20 (GMT)
commit17f8210401fbaf283fba34e5d87700e4e7431470 (patch)
tree85869e6a0a2ff03ee52b9d34052225d9cc580106 /doc
parent1737bf0b826d00d06a62f623e61404795cc65b49 (diff)
downloadSCons-17f8210401fbaf283fba34e5d87700e4e7431470.zip
SCons-17f8210401fbaf283fba34e5d87700e4e7431470.tar.gz
SCons-17f8210401fbaf283fba34e5d87700e4e7431470.tar.bz2
Only create a default Environment when asked to. (Chad Austin)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.17
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index b39db93..49fe6fd 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -4076,6 +4076,13 @@ will add to the (now empty) default-target list
like normal.
.TP
+.RI DefaultEnvironment()
+Creates and returns a default construction environment object.
+This construction environment is used internally by SCons
+in order to fetch source files transparently
+from source code management systems.
+
+.TP
.RI Dir( name ", [" directory ])
This returns an object that represents a given directory
.IR name .