[Python-checkins] CVS: distutils/doc/inst inst.tex,1.20,1.21

Greg Ward python-dev@python.org
Tue, 12 Sep 2000 17:12:40 -0700


Update of /cvsroot/python/distutils/doc/inst
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17619

Modified Files:
	inst.tex 
Log Message:
Fix install directories on Mac OS (now that the "install" command
does the right thing).

Index: inst.tex
===================================================================
RCS file: /cvsroot/python/distutils/doc/inst/inst.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** inst.tex	2000/09/13 00:00:58	1.20
--- inst.tex	2000/09/13 00:12:37	1.21
***************
*** 546,565 ****
  base, and files are installed under it as follows:
  
! \XXX{how do MacPython users run the interpreter with command-line args?}
! 
! \installscheme{prefix}{:Lib}
!               {prefix}{:Mac:PlugIns}
                {prefix}{:Scripts}
                {prefix}{:Data}
  
! \XXX{Corran Webster says: ``Modules are found in either \file{:Lib} or
! \file{:Mac:Lib}, while extensions usually go in
! \file{:Mac:PlugIns}''---does this mean that non-pure distributions should
! be divided between \file{:Mac:PlugIns} and \file{:Mac:Lib}?  If so, that
! changes the granularity at which we care about modules: instead of
! ``modules from pure distributions'' and ``modules from non-pure
! distributions'', it becomes ``modules from pure distributions'',
! ``Python modules from non-pure distributions'', and ``extensions from
! non-pure distributions''.  Is this necessary?!?}
  
  
--- 546,556 ----
  base, and files are installed under it as follows:
  
! \installscheme{prefix}{:Lib:site-packages}
!               {prefix}{:Lib:site-packages}
                {prefix}{:Scripts}
                {prefix}{:Data}
  
! See section~\ref{platform-variations} for information on supplying
! command-line arguments to the setup script with MacPython.