diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-08 19:32:25 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-08 19:32:25 (GMT) |
commit | ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f (patch) | |
tree | 3d55776314d0a018fa627d6162b6d249cc0c8a71 /PCbuild/python.iss | |
parent | 0197858f62c60a82c95b83fcf15fff8e4203b8ee (diff) | |
download | cpython-ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f.zip cpython-ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f.tar.gz cpython-ce42a8ec680fb970a16f5e8ca8381ffe947bdd7f.tar.bz2 |
Add the new Tools/compiler/README to the WIndows install, as README.txt.
In the Wise installer's "Advanced Options" dialog, substitute in the
actual name of "the system directory" -- this is clearer, and especially
for people reading this dialog who aren't me <wink>.
Diffstat (limited to 'PCbuild/python.iss')
-rw-r--r-- | PCbuild/python.iss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PCbuild/python.iss b/PCbuild/python.iss index e42fa10..479f5bf 100644 --- a/PCbuild/python.iss +++ b/PCbuild/python.iss @@ -189,9 +189,10 @@ Source: Tools\idle\idle.pyw; DestDir: "{app}\Tools\idle"; CopyMode: alway Source: Tools\idle\*.txt; DestDir: "{app}\Tools\idle"; CopyMode: alwaysoverwrite; Components: tools Source: Tools\idle\Icons\*.*; DestDir: "{app}\Tools\idle\Icons"; CopyMode: alwaysoverwrite; Components: tools -Source: Tools\compiler\*.py; DestDir: "{app}\Tools\compiler"; CopyMode: alwaysoverwrite; Components: tools -Source: Tools\compiler\compiler\*.py; DestDir: "{app}\Tools\compiler\compiler"; CopyMode: alwaysoverwrite; Components: tools -Source: Tools\compiler\compiler\*.txt; DestDir: "{app}\Tools\compiler\compiler"; CopyMode: alwaysoverwrite; Components: tools +Source: Tools\compiler\*.py; DestDir: "{app}\Tools\compiler"; CopyMode: alwaysoverwrite; Components: tools +Source: Tools\compiler\README; DestDir: "{app}\Tools\compiler"; DestName: README.txt; CopyMode: alwaysoverwrite; Components: tools +Source: Tools\compiler\compiler\*.py; DestDir: "{app}\Tools\compiler\compiler"; CopyMode: alwaysoverwrite; Components: tools +Source: Tools\compiler\compiler\*.txt; DestDir: "{app}\Tools\compiler\compiler"; CopyMode: alwaysoverwrite; Components: tools Source: Tools\pynche\*.py; DestDir: "{app}\Tools\pynche"; CopyMode: alwaysoverwrite; Components: tools Source: Tools\pynche\pynche.pyw; DestDir: "{app}\Tools\pynche"; CopyMode: alwaysoverwrite; Components: tools |