[Python-checkins] CVS: python/dist/src/Tools/idle setup.py,1.2,1.3
Martin v. L?wis
loewis@users.sourceforge.net
Wed, 08 Aug 2001 13:26:16 -0700
Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv19250
Modified Files:
setup.py
Log Message:
Patch #422471: Install IDLE Help File
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/setup.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** setup.py 2001/02/09 21:23:21 1.2
--- setup.py 2001/08/08 20:26:14 1.3
***************
*** 9,13 ****
# the normal build_py would not incorporate the .txt files
! txt_files = ['config-unix.txt','config-win.txt','config.txt']
Icons = glob.glob1("Icons","*.gif")
class idle_build_py(build_py):
--- 9,13 ----
# the normal build_py would not incorporate the .txt files
! txt_files = ['config-unix.txt','config-win.txt','config.txt', 'help.txt']
Icons = glob.glob1("Icons","*.gif")
class idle_build_py(build_py):