-\documentclass{howto}
+\documentclass{manual}
\title{Macintosh Library Modules}
\input{boilerplate}
-\makeindex % tell \index to actually write the
- % .idx file
-\makemodindex % ... and the module index as well.
-%\ignorePlatformAnnotation{Mac}
+\makeindex % tell \index to actually write the .idx file
+\makemodindex % ... and the module index as well.
\begin{document}
\tableofcontents
-\input{libmac} % MACINTOSH ONLY
+
+\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{libmacconsole}
\input{libmacdnr}
\input{libmacfs}
\input{libmacic}
\input{libmacui}
\input{libframework}
\input{libminiae}
+\input{libaepack}
+\input{libaetypes}
+
+\input{toolbox} % MacOS Toolbox Modules
+
+\input{undoc} % Undocumented Modules
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
%begin{latexonly}
\renewcommand{\indexname}{Module Index}
%end{latexonly}
-\input{modmac.ind} % Module Index
+\input{modmac.ind} % Module Index
%begin{latexonly}
\renewcommand{\indexname}{Index}
%end{latexonly}
-\input{mac.ind} % Index
+\input{mac.ind} % Index
\end{document}