From a42bc21ef8017f1ea6d6fc1ce3db8333ee70a267 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 18 Jun 2004 08:27:36 +0000 Subject: The 'distributing python modules' manual now has an index. --- Doc/tools/prechm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v0.12