From fe010e41cc4ffced894b3c1ab09c4d46caee12b1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 2 Mar 2001 04:59:38 +0000 Subject: 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.) --- PCbuild/python20.wse | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v0.12