[Python-checkins] python/dist/src/Mac/Lib buildtools.py,1.17,1.18

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 29 Aug 2002 13:20:27 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv18669

Modified Files:
	buildtools.py 
Log Message:
Don't copy the documentation when using Python.app as an applet template.


Index: buildtools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/buildtools.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** buildtools.py	18 Aug 2002 21:57:09 -0000	1.17
--- buildtools.py	29 Aug 2002 20:20:24 -0000	1.18
***************
*** 296,299 ****
--- 296,300 ----
  		exceptlist = ["Contents/Info.plist", 
  				"Contents/Resources/English.lproj/InfoPlist.strings", 
+ 				"Contents/Resources/English.lproj/Documentation", 
  				"Contents/Resources/python.rsrc",
  				]