diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-23 20:21:29 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-23 20:21:29 (GMT) |
commit | 66f09613865e195cb35c4bd498f38c3f73fc7cfe (patch) | |
tree | d6f7073a4d399f59d0738ddeb5d1e4ada19fb489 /PCbuild/python20.wse | |
parent | 9dee48f6e7f080626d06ea8847834a7506935c97 (diff) | |
download | cpython-66f09613865e195cb35c4bd498f38c3f73fc7cfe.zip cpython-66f09613865e195cb35c4bd498f38c3f73fc7cfe.tar.gz cpython-66f09613865e195cb35c4bd498f38c3f73fc7cfe.tar.bz2 |
pydoc changed overnight in such a way that it no longer worked from the
Windows start-menu item. This recovers from that.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index fc5bd73..437771d 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -957,8 +957,8 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\Tools\scripts\pydoc - Destination=%MAINDIR%\pydoc.pyw + Source=%_SRC_%\Tools\scripts\*.pyw + Destination=%MAINDIR%\Tools\Scripts Description=Utility Scripts Flags=0000000000000010 end @@ -1366,7 +1366,7 @@ end item: Create Shortcut Source=%MAINDIR%\pythonw.exe Destination=%GROUP%\Module Docs.lnk - Command Options=%MAINDIR%\pydoc.pyw + Command Options=%MAINDIR%\Tools\Scripts\pydoc.pyw Working Directory=%MAINDIR% Key Type=1536 Flags=00000001 |