From: Fred Drake Date: Wed, 4 Mar 1998 21:52:33 +0000 (+0000) Subject: Define a new conditional, use this to control creation of module index X-Git-Tag: v1.5.1~505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54b03b85f77308dca0a6d32ac4acec726378e879;p=python Define a new conditional, use this to control creation of module index data file. --- 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}