From: Fred Drake Date: Tue, 23 Mar 2004 19:02:38 +0000 (+0000) Subject: give the document indexes X-Git-Tag: v2.4a1~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6356fff2cb8d0e1bb880f1f4d9b22bd9a37c664e;p=thirdparty%2FPython%2Fcpython.git give the document indexes --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 3a61ad1d5ffd..35d8fed850aa 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -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}