[Python-checkins] CVS: python/dist/src/Doc/mac mac.tex,1.5,1.6

Fred L. Drake python-dev@python.org
Fri, 13 Oct 2000 22:41:20 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9357

Modified Files:
	mac.tex 
Log Message:

Update to include all the new chapters & sections.
Convert from a howto to a manual, so we can *have* chapters!
Comment out the macconsole module documentation; Think C seems to have
disappeared.


Index: mac.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/mac.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** mac.tex	1999/11/10 16:12:30	1.5
--- mac.tex	2000/10/14 05:41:17	1.6
***************
*** 1,3 ****
! \documentclass{howto}
  
  \title{Macintosh Library Modules}
--- 1,3 ----
! \documentclass{manual}
  
  \title{Macintosh Library Modules}
***************
*** 5,12 ****
  \input{boilerplate}
  
! \makeindex			% tell \index to actually write the
! 				% .idx file
! \makemodindex			% ... and the module index as well.
! %\ignorePlatformAnnotation{Mac}
  
  
--- 5,10 ----
  \input{boilerplate}
  
! \makeindex              % tell \index to actually write the .idx file
! \makemodindex           % ... and the module index as well.
  
  
***************
*** 42,48 ****
  \tableofcontents
  
! \input{libmac}			% MACINTOSH ONLY
  \input{libctb}
! \input{libmacconsole}
  \input{libmacdnr}
  \input{libmacfs}
--- 40,57 ----
  \tableofcontents
  
! 
! \input{using.tex}                       % Using Python on the Macintosh
! 
! 
! \chapter{MacPython Modules \label{macpython-modules}}
! 
! The following modules are only available on the Macintosh, and are
! documented here:
! 
! \localmoduletable
! 
! \input{libmac}
  \input{libctb}
! %\input{libmacconsole}
  \input{libmacdnr}
  \input{libmacfs}
***************
*** 55,58 ****
--- 64,73 ----
  \input{libframework}
  \input{libminiae}
+ \input{libaepack}
+ \input{libaetypes}
+ 
+ \input{toolbox}                         % MacOS Toolbox Modules
+ 
+ \input{undoc}                           % Undocumented Modules
  
  %
***************
*** 65,74 ****
  \renewcommand{\indexname}{Module Index}
  %end{latexonly}
! \input{modmac.ind}		% Module Index
  
  %begin{latexonly}
  \renewcommand{\indexname}{Index}
  %end{latexonly}
! \input{mac.ind}			% Index
  
  \end{document}
--- 80,89 ----
  \renewcommand{\indexname}{Module Index}
  %end{latexonly}
! \input{modmac.ind}      % Module Index
  
  %begin{latexonly}
  \renewcommand{\indexname}{Index}
  %end{latexonly}
! \input{mac.ind}         % Index
  
  \end{document}