From 540e13dd1e6f5d9584aceb009d4ccda0b4491ad4 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 25 Feb 1998 15:31:20 +0000 Subject: [PATCH] Derive the name of the modules .ind from the jobname. --- Doc/lib.tex | 2 +- Doc/lib/lib.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib.tex b/Doc/lib.tex index 537e48ca7b7..5e129fb624f 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -223,7 +223,7 @@ add new extensions to Python and how to embed it in other applications. \input{libundoc} \renewcommand{\indexname}{Module Index} -\input{modules.ind} % Module Index +\input{modlib.ind} % Module Index \renewcommand{\indexname}{Index} \input{lib.ind} % Index diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 537e48ca7b7..5e129fb624f 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -223,7 +223,7 @@ add new extensions to Python and how to embed it in other applications. \input{libundoc} \renewcommand{\indexname}{Module Index} -\input{modules.ind} % Module Index +\input{modlib.ind} % Module Index \renewcommand{\indexname}{Index} \input{lib.ind} % Index