diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-04 21:52:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-04 21:52:33 (GMT) |
commit | 54b03b85f77308dca0a6d32ac4acec726378e879 (patch) | |
tree | 0d231e7634946c81f667fcb554ae2063014cb521 /Doc | |
parent | 28f1391051b34af1315e526cbaeaa1134dee8674 (diff) | |
download | cpython-54b03b85f77308dca0a6d32ac4acec726378e879.zip cpython-54b03b85f77308dca0a6d32ac4acec726378e879.tar.gz cpython-54b03b85f77308dca0a6d32ac4acec726378e879.tar.bz2 |
Define a new conditional, use this to control creation of module index
data file.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/manual.cls | 1 | ||||
-rw-r--r-- | Doc/texinputs/manual.cls | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/manual.cls b/Doc/manual.cls index bd6a27b..51d7baf 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 bd6a27b..51d7baf 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} |