diff options
author | Brent Eagles <brent@zeroc.com> | 2005-11-11 16:47:12 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-11-11 16:47:12 +0000 |
commit | 6e1f75d35a175aa5864a558b95f963938390ba13 (patch) | |
tree | 73463e114997dffaa00ee7bf061be5190be36891 /cpp/makebindist.py | |
parent | update for changed library location (diff) | |
download | ice-6e1f75d35a175aa5864a558b95f963938390ba13.tar.bz2 ice-6e1f75d35a175aa5864a558b95f963938390ba13.tar.xz ice-6e1f75d35a175aa5864a558b95f963938390ba13.zip |
update PYTHONPATH paths
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 796781a22e1..ee41a2e9d12 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -962,9 +962,18 @@ def main(): # distributions doesn't build. # if collectSources: + toCollect = sourceTarBalls + toCollect.append(('icevb', 'IceVB-' + version, 'vb')) for cvs, tarball, demoDir in sourceTarBalls: collectSourceDistributions(cvsTag, sources, cvs, tarball) + print ''' +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +>> << +>> Sources have been collected! << +>> << +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<''' + # # Package up demo distribution. # |