summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-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", "*"))