[Python-checkins] r45997 - python/trunk/Mac/OSX/Makefile.in

ronald.oussoren python-checkins at python.org
Sun May 14 23:07:42 CEST 2006


Author: ronald.oussoren
Date: Sun May 14 23:07:41 2006
New Revision: 45997

Modified:
   python/trunk/Mac/OSX/Makefile.in
Log:
I missed one small detail in my rewrite of the osx build files: the path
to the Python.app template.


Modified: python/trunk/Mac/OSX/Makefile.in
==============================================================================
--- python/trunk/Mac/OSX/Makefile.in	(original)
+++ python/trunk/Mac/OSX/Makefile.in	Sun May 14 23:07:41 2006
@@ -34,12 +34,12 @@
 STRIPFLAG=-s
 CPMAC=/Developer/Tools/CpMac
 
-APPTEMPLATE=$(srcdir)/OSXResources/app
+APPTEMPLATE=$(srcdir)/../OSXResources/app
 APPSUBDIRS=MacOS Resources Resources/English.lproj \
 	Resources/English.lproj/Documentation \
 	Resources/English.lproj/Documentation/doc \
 	Resources/English.lproj/Documentation/ide
-DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation
+DOCDIR=$(srcdir)/../OSXResources/app/Resources/English.lproj/Documentation
 DOCINDEX=$(DOCDIR)/"Documentation idx"
 CACHERSRC=$(srcdir)/../scripts/cachersrc.py
 compileall=$(srcdir)/../../Lib/compileall.py


More information about the Python-checkins mailing list