classification
Title: Mac: make frameworkinstall skips docs, scripts
Type: Stage:
Components: Macintosh Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, ronaldoussoren (2)
Priority: normal Keywords:

Created on 2004-12-19 00:09 by jackjansen, last changed 2008-05-02 22:01 by ronaldoussoren.

Messages (2)
msg23771 - (view) Author: Jack Jansen (jackjansen) Date: 2004-12-19 00:09
"make frameworkinstall" for a framework build of Python installs a 
symlink to the interpreter in /usr/local, but it doesn't do the same 
for the man page, scripts and maybe other auxiliary files.

Either it needs to install these, or it needs to be documented that 
they aren't installed, preferably with an option to install them with 
an extra make.
msg23772 - (view) Author: Ronald Oussoren (ronaldoussoren) Date: 2006-06-25 21:27
Logged In: YES 
user_id=580910

Current wisdom seems to be that it's better to add the directories inside the 
framework to relevant paths (PATH and MANPATH) instead of adding symlinks 
in /usr/local.

The binary installer will install a symlink to the embedded documentation in /
Developer/Documentation.

IMHO this can be closed.

BTW. 'make frameworkinstall' is deprecated as well, just use 'make install'.
History
Date User Action Args
2008-05-02 22:01:30ronaldoussorensetstatus: open -> closed
2004-12-19 00:09:22jackjansencreate