diff options
author | Guido van Rossum <guido@python.org> | 2001-03-02 04:59:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-03-02 04:59:38 (GMT) |
commit | fe010e41cc4ffced894b3c1ab09c4d46caee12b1 (patch) | |
tree | 33d6d1dd7de31a54a90bfa206c3a3f58671a0166 /PCbuild | |
parent | b616e114f7466d7064513c47246718064f16b250 (diff) | |
download | cpython-fe010e41cc4ffced894b3c1ab09c4d46caee12b1.zip cpython-fe010e41cc4ffced894b3c1ab09c4d46caee12b1.tar.gz cpython-fe010e41cc4ffced894b3c1ab09c4d46caee12b1.tar.bz2 |
Add a new item to the Python 2.1 start menu: "Module Docs".
This brings up Ping's pydoc server.
(XXX The icons for this and for IDLE seem screwed. Oh well.)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 9e28fed..f9bb5c4 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -952,6 +952,12 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\Tools\scripts\pydoc + Destination=%MAINDIR%\pydoc + Description=Utility Scripts + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\Tools\scripts\*.doc Destination=%MAINDIR%\Tools\Scripts Description=Utility Scripts @@ -1334,6 +1340,14 @@ item: Create Shortcut Key Type=1536 Flags=00000001 end +item: Create Shortcut + Source=%MAINDIR%\pythonw.exe + Destination=%GROUP%\Module Docs.lnk + Command Options=%MAINDIR%\pydoc + Working Directory=%MAINDIR% + Key Type=1536 + Flags=00000001 +end item: End Block end item: Create Shortcut |