Kaydet (Commit) 10034481 authored tarafından Ronald Oussoren's avatar Ronald Oussoren

I missed one small detail in my rewrite of the osx build files: the path

to the Python.app template.
üst ff8c0221
......@@ -34,12 +34,12 @@ LN=@LN@
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment