nad0010 OS X Installer: prevent obsolete and unused MacPython doc files from being installed within framework Python.app bundle (Current documentation continues to be installed elsewhere.) DELETE Mac/Resources/app/Resources/English.lproj/Documentation{/*,} APPLIES 2.6, 2.7, 3.0, 3.1 diff -r 9ff3f7e8a96a Mac/Makefile.in --- Mac/Makefile.in Tue Mar 31 11:32:10 2009 -0500 +++ Mac/Makefile.in Tue Mar 31 11:46:50 2009 -0500 @@ -38,12 +38,7 @@ CPMAC=/Developer/Tools/CpMac APPTEMPLATE=$(srcdir)/Resources/app -APPSUBDIRS=MacOS Resources Resources/English.lproj \ - Resources/English.lproj/Documentation \ - Resources/English.lproj/Documentation/doc \ - Resources/English.lproj/Documentation/ide -DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation -DOCINDEX=$(DOCDIR)/"Documentation idx" +APPSUBDIRS=MacOS Resources Resources/English.lproj compileall=$(srcdir)/../Lib/compileall.py installapps: install_Python install_PythonLauncher install_IDLE \ @@ -161,9 +156,6 @@ cd PythonLauncher && make install DESTDIR=$(DESTDIR) install_Python: - @if test ! -f $(DOCINDEX); then \ - echo WARNING: you should run Apple Help Indexing Tool on $(DOCDIR); \ - fi @for i in "$(PYTHONAPPSDIR)" "$(APPINSTALLDIR)" "$(APPINSTALLDIR)/Contents"; do \ if test ! -d "$(DESTDIR)$$i"; then \ echo "Creating directory $(DESTDIR)$$i"; \