summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-05-13 17:25:52 +0000
committerMark Spruiell <mes@zeroc.com>2004-05-13 17:25:52 +0000
commitcfca21b7fb276bb98a67ac2fb941310e70e5fd20 (patch)
tree804161abf6fe4f1d8e387c3b8bc7656421af3ee9 /cpp/makedist.py
parentAdded license files and changed name of DLL to Icicle. (diff)
downloadice-cfca21b7fb276bb98a67ac2fb941310e70e5fd20.tar.bz2
ice-cfca21b7fb276bb98a67ac2fb941310e70e5fd20.tar.xz
ice-cfca21b7fb276bb98a67ac2fb941310e70e5fd20.zip
remove fixCopyright.py
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index b123e46fe69..092007e393a 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -227,6 +227,7 @@ os.system("cvs " + quiet + " -d cvs.mutablerealms.com:/home/cvsroot export " + t
print "Removing unnecessary files..."
filesToRemove = [ \
os.path.join("ice", "makedist.py"), \
+ os.path.join("ice", "fixCopyright.py"), \
]
filesToRemove.extend(find("ice", ".dummy"))
filesToRemove.extend(find("ice/src/slice2cs", "*"))