diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-09 04:05:57 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-09 04:05:57 (GMT) |
commit | ac34715d7fe736ae03e623a2d15e2e0e7f079503 (patch) | |
tree | a66f0c022db388e3bbf19816ef4f09b6fa3e4357 /src/CHANGES.txt | |
parent | ef6d3c2883fc43048e4eb5418eeb082d58b9d6cb (diff) | |
download | SCons-ac34715d7fe736ae03e623a2d15e2e0e7f079503.zip SCons-ac34715d7fe736ae03e623a2d15e2e0e7f079503.tar.gz SCons-ac34715d7fe736ae03e623a2d15e2e0e7f079503.tar.bz2 |
Man page fixes. (Gary Oberbrunner, SK)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 9e9e774..3df58e6 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -32,7 +32,8 @@ RELEASE 0.XX - XXX - Make builder prefixes work correctly when deducing a target from a source file name in another directory. - - Documentation fixes: typo in the man page. + - Documentation fixes: typo in the man page; explain up-front about + not propagating the external environment. - Use "cvs co -d" instead of "cvs co -p >" when checking out something from CVS with a specified module name. This avoids zero-length @@ -112,6 +113,8 @@ RELEASE 0.XX - XXX - Initialize the LIB environment variable when using the Intel compiler (icl). + - Documentation fixes: better explain the AlwaysBuild() function. + From Laurent Pelecq: - When the -debug=pdb option is specified, use pdb.Pdb().runcall() to |