summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-03-23 19:02:38 (GMT)
committerFred Drake <fdrake@acm.org>2004-03-23 19:02:38 (GMT)
commit6356fff2cb8d0e1bb880f1f4d9b22bd9a37c664e (patch)
treedded336f3a32fbdfd283951de7449e90a7a997a4 /Doc
parent630e5bd2f74cf2f06443774d39816bda6b3d97ec (diff)
downloadcpython-6356fff2cb8d0e1bb880f1f4d9b22bd9a37c664e.zip
cpython-6356fff2cb8d0e1bb880f1f4d9b22bd9a37c664e.tar.gz
cpython-6356fff2cb8d0e1bb880f1f4d9b22bd9a37c664e.tar.bz2
give the document indexes
Diffstat (limited to 'Doc')
-rw-r--r--Doc/dist/dist.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index 3a61ad1..35d8fed 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}