[Python-checkins] python/dist/src/Mac/OSX Makefile,1.22,1.23

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 28 Aug 2002 14:27:04 -0700


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

Modified Files:
	Makefile 
Log Message:
- Install a symlink to the documentation (which lives in the framework)
  in Python.app, and refer to it in Info.plist. This makes Apple Help
  Viewer recognize the Python documentation.
- Changed the externally visible name of Python.app to "Python" (was PythonW).


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile	15 Aug 2002 21:31:18 -0000	1.22
--- Makefile	28 Aug 2002 21:27:01 -0000	1.23
***************
*** 26,29 ****
--- 26,30 ----
  INSTALL_SCRIPT= ${INSTALL_PROGRAM}
  INSTALL_DATA=	${INSTALL} -m 644
+ LN=ln
  STRIPFLAG=-s
  OPT=-g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp \
***************
*** 117,120 ****
--- 118,124 ----
  	$(REZ) -useDF -o $(RESOURCEFILE) dialogs.r errors.r 
  	$(INSTALL_DATA) $(RESOURCEFILE) $(APPINSTALLDIR)/Contents/Resources/$(RESOURCEFILE)
+ # Finally create the documentation symlink
+ 	$(LN) -fsn ../../../../English.lproj/Documentation $(APPINSTALLDIR)/Contents/Resources/English.lproj/Documentation
+ 	
  	
  install_IDE: $(INSTALLED_PYTHONW)