diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-08-15 22:18:07 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-08-15 22:18:07 +0000 |
commit | 59876b9fa4b1864b6990af6ca50519e92362256c (patch) | |
tree | 1611a118069784e42592fa3c1961558b8339a9a4 /cpp/iceemakedist.py | |
parent | initial check-in (diff) | |
download | ice-59876b9fa4b1864b6990af6ca50519e92362256c.tar.bz2 ice-59876b9fa4b1864b6990af6ca50519e92362256c.tar.xz ice-59876b9fa4b1864b6990af6ca50519e92362256c.zip |
adding README
Diffstat (limited to 'cpp/iceemakedist.py')
-rwxr-xr-x | cpp/iceemakedist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/iceemakedist.py b/cpp/iceemakedist.py index e493ee8e40d..cadb6619b87 100755 --- a/cpp/iceemakedist.py +++ b/cpp/iceemakedist.py @@ -250,6 +250,7 @@ os.system("cvs " + quiet + " -d cvs.zeroc.com:/home/cvsroot export -l " + tag + # print "Copying icee install files..." shutil.copyfile(os.path.join("ice", "install", "icee", "ICE_LICENSE"), os.path.join("ice", "ICE_LICENSE")) +shutil.copyfile(os.path.join("ice", "install", "icee", "README"), os.path.join("ice", "README")) shutil.copyfile(os.path.join("ice", "install", "icee", "INSTALL.LINUX"), os.path.join("ice", "INSTALL.LINUX")) shutil.copyfile(os.path.join("ice", "install", "icee", "INSTALL.WINDOWS"), os.path.join("ice", "INSTALL.WINDOWS")) |