Commit cad97230 authored by Fred Drake's avatar Fred Drake

give the document indexes

parent 720eb5fa
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
} }
\makeindex \makeindex
\makemodindex
\begin{document} \begin{document}
...@@ -3478,5 +3479,20 @@ that command is always applicable. ...@@ -3478,5 +3479,20 @@ that command is always applicable.
predicates can be unbound methods, so they must already have been predicates can be unbound methods, so they must already have been
defined. The canonical example is the \command{install} command. defined. The canonical example is the \command{install} command.
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
% not really valuable.
%
%begin{latexonly}
\renewcommand{\indexname}{Module Index}
%end{latexonly}
\input{modlib.ind} % Module Index
%begin{latexonly}
\renewcommand{\indexname}{Index}
%end{latexonly}
\input{lib.ind} % Index
\end{document} \end{document}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment