diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-05-13 17:25:52 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-05-13 17:25:52 +0000 |
commit | cfca21b7fb276bb98a67ac2fb941310e70e5fd20 (patch) | |
tree | 804161abf6fe4f1d8e387c3b8bc7656421af3ee9 /cpp/makedist.py | |
parent | Added license files and changed name of DLL to Icicle. (diff) | |
download | ice-cfca21b7fb276bb98a67ac2fb941310e70e5fd20.tar.bz2 ice-cfca21b7fb276bb98a67ac2fb941310e70e5fd20.tar.xz ice-cfca21b7fb276bb98a67ac2fb941310e70e5fd20.zip |
remove fixCopyright.py
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 1 |
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", "*")) |