diff options
author | Michi Henning <michi@zeroc.com> | 2005-05-16 05:37:41 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-05-16 05:37:41 +0000 |
commit | b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05 (patch) | |
tree | f362ee8e9559bd38170b634341a3cc38019d4733 /cppe/makedist.py | |
parent | file README was initially added on branch R2_1_branch. (diff) | |
download | ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.tar.bz2 ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.tar.xz ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.zip |
Added KNOWN_ISSUES.txt.
Diffstat (limited to 'cppe/makedist.py')
-rwxr-xr-x | cppe/makedist.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppe/makedist.py b/cppe/makedist.py index f58abfaa83e..d9b6c78223c 100755 --- a/cppe/makedist.py +++ b/cppe/makedist.py @@ -232,6 +232,11 @@ else: os.system("cvs " + quiet + " -d cvs.zeroc.com:/home/cvsroot export " + tag + " ice") # +# Copy KNOWN_ISSUES.txt. +# +shutil.copyfile(os.path.join("ice", "install", "vc71", "doc", "KNOWN_ISSUES.txt"), os.path.join("ice", "KNOWN_ISSUES.txt")) + +# # Remove files. # print "Removing unnecessary files..." @@ -241,6 +246,7 @@ filesToRemove = [ \ os.path.join("ice", "newmakebindist.py"), \ os.path.join("ice", "RPMTools.py"), \ os.path.join("ice", "fixCopyright.py"), \ + os.path.join("ice", "fixVersion.py"), \ os.path.join("ice", "certs", "makecerts"), \ ] filesToRemove.extend(find("ice", ".dummy")) |