Bugs item #1684811, was opened at 2007-03-20 19:14 Message generated for change (Comment added) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1684811&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 3000 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Collin Winter (collinwinter) Assigned to: Nobody/Anonymous (nobody) Summary: modindex.html builds incorrectly in Python 3 Initial Comment: Running "make distclean; make" in Python 3's Doc/ directory (as of r54467) leaves me with a content-less modindex.html. The header and footer are present, but there's no list of modules. The same steps on trunk/ (SVN HEAD) produce the expected module list. The mkmodindex step reports "0 index nodes". Watching the lines that mkmodindex:main() parses, none of them are related to modules (in the correct format or otherwise). I've attached a copy of the bad modindex.html that "make" generated. Also attached is a patch that allows Doc/tools/ to work with Python 3 (which it doesn't as of r54467). ---------------------------------------------------------------------- >Comment By: Collin Winter (collinwinter) Date: 2007-03-20 22:00 Message: Logged In: YES user_id=1344176 Originator: YES I'm not sure what which change I've made in Doc/tools/ did it, but modindex.html now builds correctly after "make distclean". I'll check in the changes soon. Closing. ---------------------------------------------------------------------- Comment By: Collin Winter (collinwinter) Date: 2007-03-20 19:15 Message: Logged In: YES user_id=1344176 Originator: YES File Added: doc_tools.patch ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1684811&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com