summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-05-16 05:37:41 +0000
committerMichi Henning <michi@zeroc.com>2005-05-16 05:37:41 +0000
commitb16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05 (patch)
treef362ee8e9559bd38170b634341a3cc38019d4733 /cpp/makedist.py
parentfile README was initially added on branch R2_1_branch. (diff)
downloadice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.tar.bz2
ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.tar.xz
ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.zip
Added KNOWN_ISSUES.txt.
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index d449de3b8c4..d9b6c78223c 100755
--- a/cpp/makedist.py
+++ b/cpp/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..."