diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-02-24 23:11:04 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-02-24 23:11:04 +0000 |
commit | cba7405375f99a45cd705e34e78ee2c1f68a1116 (patch) | |
tree | e261788c3b41009cf8ddad5adcc84639f2486eea /cpp/makedist.py | |
parent | Added --header-ext and --source-ext command-line options to slice2cpp and (diff) | |
download | ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.tar.bz2 ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.tar.xz ice-cba7405375f99a45cd705e34e78ee2c1f68a1116.zip |
copy CHANGES
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 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. |