diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-19 14:31:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-19 14:31:08 (GMT) |
commit | 54ab855472b0531494222d684fdeed5d0cabc764 (patch) | |
tree | 5995906b1eae9e090266593db48466cd330c5a39 /src | |
parent | d46e54c513203adf47bf4e3f12970522dee547af (diff) | |
download | SCons-54ab855472b0531494222d684fdeed5d0cabc764.zip SCons-54ab855472b0531494222d684fdeed5d0cabc764.tar.gz SCons-54ab855472b0531494222d684fdeed5d0cabc764.tar.bz2 |
Add darwin.py to the packaging MANIFEST.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 2 | ||||
-rw-r--r-- | src/engine/MANIFEST.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a3040a9..3a6c06b 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -16,6 +16,8 @@ RELEASE 0.97 - XXX it's an error if the specified entry doesn't exist. The default behavior is now to silently do nothing if it doesn't exist. + - Package up the new Platform/darwin.py, mistakenly left out of 0.96. + RELEASE 0.96 - Wed, 18 Aug 2004 13:36:40 +0000 diff --git a/src/engine/MANIFEST.in b/src/engine/MANIFEST.in index 373279e..c9effcf 100644 --- a/src/engine/MANIFEST.in +++ b/src/engine/MANIFEST.in @@ -27,6 +27,7 @@ SCons/Options/PathOption.py SCons/Platform/__init__.py SCons/Platform/aix.py SCons/Platform/cygwin.py +SCons/Platform/darwin.py SCons/Platform/hpux.py SCons/Platform/irix.py SCons/Platform/os2.py |