summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-02-24 23:11:04 +0000
committerMark Spruiell <mes@zeroc.com>2003-02-24 23:11:04 +0000
commitcba7405375f99a45cd705e34e78ee2c1f68a1116 (patch)
treee261788c3b41009cf8ddad5adcc84639f2486eea /cpp/makedist.py
parentAdded --header-ext and --source-ext command-line options to slice2cpp and (diff)
downloadice-cba7405375f99a45cd705e34e78ee2c1f68a1116.tar.bz2
ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.tar.xz
ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.zip
copy CHANGES
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index ea755059f6a..2893edccc16 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -309,6 +309,7 @@ os.system("zip -9r " + icever + ".zip " + icever)
#
# Copy files (README, etc.).
#
+shutil.copyfile(os.path.join(icever, "CHANGES"), "Ice-" + version + "-CHANGES")
#
# Done.