diff options
author | Steven Knight <knight@baldmt.com> | 2003-01-09 06:34:55 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-01-09 06:34:55 (GMT) |
commit | 70cbd50755323e60514c354bd0b8166990a6dae7 (patch) | |
tree | 4fdcabd7ddee3da00585102b42f3bd823de9ee6d /src | |
parent | 270b93aea9b0543094f95bdb22c914e1189c31d1 (diff) | |
download | SCons-70cbd50755323e60514c354bd0b8166990a6dae7.zip SCons-70cbd50755323e60514c354bd0b8166990a6dae7.tar.gz SCons-70cbd50755323e60514c354bd0b8166990a6dae7.tar.bz2 |
Better initial explanation of SConscript files; fix a misformatted table in the StaticObject explanation.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4e1ffec..48c7e08 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -44,6 +44,9 @@ RELEASE 0.10 - XXX multiple source files specified; the target is now deduced from just the first source file in the list. + - Documentation fixes: better initial explanation of SConscript files; + fix a misformatted "table" in the StaticObject explanation. + From Steve Leblanc: - Add a Clean() method to support removing user-specified targets |