]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
give the document indexes
authorFred Drake <fdrake@acm.org>
Tue, 23 Mar 2004 19:02:38 +0000 (19:02 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 23 Mar 2004 19:02:38 +0000 (19:02 +0000)
Doc/dist/dist.tex

index 3a61ad1d5ffddb5b258292d46f11d1938f6f8f0d..35d8fed850aa4ef4dad828990e01c72e7626c02b 100644 (file)
@@ -20,6 +20,7 @@
 }
 
 \makeindex
+\makemodindex
 
 \begin{document}
 
@@ -3478,5 +3479,20 @@ that command is always applicable.
 predicates can be unbound methods, so they must already have been
 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}