diff options
author | Brent Eagles <brent@zeroc.com> | 2007-01-12 12:37:27 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-01-12 12:37:27 +0000 |
commit | 0224ed96e3cbc14104e137940d880573e024d817 (patch) | |
tree | b419a72f35c7fb9a7dde8c3d6ee551c8749a21c3 /cpp/makebindist.py | |
parent | Changed message (diff) | |
download | ice-0224ed96e3cbc14104e137940d880573e024d817.tar.bz2 ice-0224ed96e3cbc14104e137940d880573e024d817.tar.xz ice-0224ed96e3cbc14104e137940d880573e024d817.zip |
makedist.py builds slice2html instead of slice2docbook
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 4c16f75aa57..48f8b479218 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -976,7 +976,8 @@ def main(): # sourceTarBalls = [ ('ice', 'Ice-%s' % version, ''), ('icephp','IcePHP-%s' % version, 'php'), - ('icej','IceJ-%s-java2' % version, 'j') ] + ('icej','IceJ-%s-java2' % version, 'j'), + ('icerb', 'IceRuby-%s' % version, 'rb')] if not getPlatform() in ['aix', 'solaris', 'hpux']: sourceTarBalls.append(('icepy','IcePy-' + version, 'py')) @@ -1053,7 +1054,7 @@ def main(): # cvsDirs = [ 'ice', 'icej', 'icephp' ] if getPlatform() == 'linux': - cvsDirs.append('icecs', 'icepy') + cvsDirs.append('icecs', 'icepy', 'icerb') os.environ['ICE_HOME'] = os.getcwd() currentLibraryPath = None |