diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-24 06:41:19 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-24 06:41:19 (GMT) |
commit | cc608d24b5c4dbcd969607c8638827f97722fa25 (patch) | |
tree | 295530637accb41f3a7ffc3b04594d6c023464cf /src | |
parent | 4de2cf9718c2d58e0ade08945e247acbe629d656 (diff) | |
download | SCons-cc608d24b5c4dbcd969607c8638827f97722fa25.zip SCons-cc608d24b5c4dbcd969607c8638827f97722fa25.tar.gz SCons-cc608d24b5c4dbcd969607c8638827f97722fa25.tar.bz2 |
Fix the Multiple Variants example in the man page.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a246711..bdced28 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -29,7 +29,8 @@ RELEASE 0.04 - - Man page updates: corrected some mistakes, documented various missing Environment methods, alphabetized the construction variables and other functions, defined begin and end macros for - the example sections, regularized white space separation. + the example sections, regularized white space separation, fixed + the use of Export() in the Multiple Variants example. - Function action fixes: None is now a successful return value. Exceptions are now reported. Document function actions. |