diff options
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r-- | doc/man/scons.1 | 7 |
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 . |