diff options
author | Thomas Heller <theller@ctypes.org> | 2004-06-18 08:27:36 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-06-18 08:27:36 (GMT) |
commit | a42bc21ef8017f1ea6d6fc1ce3db8333ee70a267 (patch) | |
tree | fbb9d8f9f7bb8f95c0d3bfb4d6cccd7829a5f218 /Doc | |
parent | 949f66141b36377887924295d7b82498c1007db0 (diff) | |
download | cpython-a42bc21ef8017f1ea6d6fc1ce3db8333ee70a267.zip cpython-a42bc21ef8017f1ea6d6fc1ce3db8333ee70a267.tar.gz cpython-a42bc21ef8017f1ea6d6fc1ce3db8333ee70a267.tar.bz2 |
The 'distributing python modules' manual now has an index.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/prechm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/prechm.py b/Doc/tools/prechm.py index 99af86f..09c2c43 100644 --- a/Doc/tools/prechm.py +++ b/Doc/tools/prechm.py @@ -163,7 +163,7 @@ supported_libraries = { Book('api','Python/C API','api','contents','genindex'), Book('doc','Documenting Python','doc','contents'), Book('inst','Installing Python Modules', 'inst', 'index'), - Book('dist','Distributing Python Modules', 'dist', 'index'), + Book('dist','Distributing Python Modules', 'dist', 'index', 'genindex'), ], '2.3': |