[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.35,1.36

Tim Peters tim_one@users.sourceforge.net
Fri, 23 Mar 2001 12:21:31 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv4178/python/dist/src/PCbuild

Modified Files:
	python20.wse 
Log Message:
pydoc changed overnight in such a way that it no longer worked from the
Windows start-menu item.  This recovers from that.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** python20.wse	2001/03/23 03:43:35	1.35
--- python20.wse	2001/03/23 20:21:29	1.36
***************
*** 958,963 ****
  end
  item: Install File
!   Source=%_SRC_%\Tools\scripts\pydoc
!   Destination=%MAINDIR%\pydoc.pyw
    Description=Utility Scripts
    Flags=0000000000000010
--- 958,963 ----
  end
  item: Install File
!   Source=%_SRC_%\Tools\scripts\*.pyw
!   Destination=%MAINDIR%\Tools\Scripts
    Description=Utility Scripts
    Flags=0000000000000010
***************
*** 1367,1371 ****
    Source=%MAINDIR%\pythonw.exe
    Destination=%GROUP%\Module Docs.lnk
!   Command Options=%MAINDIR%\pydoc.pyw
    Working Directory=%MAINDIR%
    Key Type=1536
--- 1367,1371 ----
    Source=%MAINDIR%\pythonw.exe
    Destination=%GROUP%\Module Docs.lnk
!   Command Options=%MAINDIR%\Tools\Scripts\pydoc.pyw
    Working Directory=%MAINDIR%
    Key Type=1536