include the right index sources

This commit is contained in:
Fred Drake 2004-03-25 16:35:10 +00:00
parent 73789bc8f5
commit ad62202a5e
1 changed files with 2 additions and 2 deletions

4
Doc/dist/dist.tex vendored
View File

@ -3487,11 +3487,11 @@ defined. The canonical example is the \command{install} command.
%begin{latexonly}
\renewcommand{\indexname}{Module Index}
%end{latexonly}
\input{modlib.ind} % Module Index
\input{moddist.ind} % Module Index
%begin{latexonly}
\renewcommand{\indexname}{Index}
%end{latexonly}
\input{lib.ind} % Index
\input{dist.ind} % Index
\end{document}