From 54b03b85f77308dca0a6d32ac4acec726378e879 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 4 Mar 1998 21:52:33 +0000 Subject: [PATCH] Define a new conditional, use this to control creation of module index data file. --- Doc/manual.cls | 1 + Doc/texinputs/manual.cls | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/manual.cls b/Doc/manual.cls index bd6a27b03e..51d7bafd7a 100644 --- a/Doc/manual.cls +++ b/Doc/manual.cls @@ -37,6 +37,7 @@ % This gives us all the Python-specific markup that we really want. % This should come last. Do not change this. % +\newif\if@usemoduleindex\@usemoduleindextrue \RequirePackage{python} diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index bd6a27b03e..51d7bafd7a 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -37,6 +37,7 @@ % This gives us all the Python-specific markup that we really want. % This should come last. Do not change this. % +\newif\if@usemoduleindex\@usemoduleindextrue \RequirePackage{python} -- 2.50.1