diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 88d3177a8e8..17f79aa3f60 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -1186,9 +1186,9 @@ def main(): runprog("rm -f Ice-%s/config/Make.rules*" % (version)) # - # Remove html reference files from binary distribution. + # Remove doc from binary distribution. # - runprog("rm -rf Ice-%s/doc/reference" % (version)) + runprog("rm -rf Ice-%s/doc" % (version)) runprog('tar cf Ice-' + version + '-bin-' + getPlatformString() + '.tar Ice-' + version) runprog('gzip -9 Ice-' + version + '-bin-' + getPlatformString() + '.tar') |