diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-09 16:39:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-09 16:39:22 (GMT) |
commit | 7d20ffe245663ff824de544f574470d2b759059f (patch) | |
tree | fc8e1a049986cafeb0554a272223cbaeeb9ca632 /Doc/lib.tex | |
parent | 568113a75b9b804f8d65e78219db2b2212541647 (diff) | |
download | cpython-7d20ffe245663ff824de544f574470d2b759059f.zip cpython-7d20ffe245663ff824de544f574470d2b759059f.tar.gz cpython-7d20ffe245663ff824de544f574470d2b759059f.tar.bz2 |
Adjust the index inclusion for the new index support.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 76fddca..ca587ce 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -8,7 +8,9 @@ \input{boilerplate} -\makeindex % tell \index to actually write the .idx file +\makeindex % tell \index to actually write the + % .idx file +\makemodindex % ... and the module index as well. \begin{document} @@ -222,9 +224,11 @@ add new extensions to Python and how to embed it in other applications. \input{libundoc} \renewcommand{\indexname}{Module Index} -\input{modlib.ind} % Module Index +\renewcommand{\indexlabel}{modindex} +\inputindex{modlib.ind} % Module Index \renewcommand{\indexname}{Index} -\input{lib.ind} % Index +\renewcommand{\indexlabel}{genindex} +\inputindex{lib.ind} % Index \end{document} |