[Python-checkins] python/dist/src/Mac/OSX Makefile,1.45,1.46

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 02 Jul 2003 02:20:11 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv23935/OSX

Modified Files:
	Makefile 
Log Message:
Moved the IDE tutorial to a directory with a shorter name. The long
name was giving problems with some tar implementations.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** Makefile	21 Jun 2003 22:07:16 -0000	1.45
--- Makefile	2 Jul 2003 09:20:09 -0000	1.46
***************
*** 47,51 ****
  	Resources/English.lproj/Documentation \
  	Resources/English.lproj/Documentation/doc \
! 	Resources/English.lproj/Documentation/macpython_ide_tutorial
  DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation
  DOCINDEX=$(DOCDIR)/"Documentation idx"
--- 47,51 ----
  	Resources/English.lproj/Documentation \
  	Resources/English.lproj/Documentation/doc \
! 	Resources/English.lproj/Documentation/ide
  DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation
  DOCINDEX=$(DOCDIR)/"Documentation idx"