summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py9
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.
#