summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-03-04 16:12:52 +0000
committerMark Spruiell <mes@zeroc.com>2005-03-04 16:12:52 +0000
commitb32fce11a3311628c1f95ded5939a9341b02ac96 (patch)
tree0e6ea5de2010259117df37f5d5f089cb1c990453 /cpp/makedist.py
parentattempting to install README.html (diff)
downloadice-b32fce11a3311628c1f95ded5939a9341b02ac96.tar.bz2
ice-b32fce11a3311628c1f95ded5939a9341b02ac96.tar.xz
ice-b32fce11a3311628c1f95ded5939a9341b02ac96.zip
exclude makecerts, openssl directory
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index 178511317f7..6ba1a640118 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -226,11 +226,12 @@ filesToRemove = [ \
os.path.join("ice", "newmakebindist.py"), \
os.path.join("ice", "RPMTools.py"), \
os.path.join("ice", "fixCopyright.py"), \
+ os.path.join("ice", "certs", "makecerts"), \
]
filesToRemove.extend(find("ice", ".dummy"))
for x in filesToRemove:
os.remove(x)
-#editFile("ice/src/Makefile", "slice2cs")
+shutil.rmtree(os.path.join("ice", "certs", "openssl"))
#
# Generate bison files.