diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-07-26 19:50:41 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-07-26 19:50:41 +0000 |
commit | 863665fdbd53846e0794d4cd4e5e0e549abdedbd (patch) | |
tree | 034ce1e434d89ed1f1ecdd3a74d18ae1d6ca15c1 /cpp/makedist.py | |
parent | initial commit (diff) | |
download | ice-863665fdbd53846e0794d4cd4e5e0e549abdedbd.tar.bz2 ice-863665fdbd53846e0794d4cd4e5e0e549abdedbd.tar.xz ice-863665fdbd53846e0794d4cd4e5e0e549abdedbd.zip |
remove iceemakedist.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 bec21b79e86..6aa3da76e36 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -239,6 +239,7 @@ filesToRemove = [ \ os.path.join("ice", "makedist.py"), \ os.path.join("ice", "makebindist.py"), \ os.path.join("ice", "newmakebindist.py"), \ + os.path.join("ice", "iceemakedist.py"), \ os.path.join("ice", "RPMTools.py"), \ os.path.join("ice", "fixCopyright.py"), \ os.path.join("ice", "fixVersion.py"), \ |