[Python-bugs-list] [ python-Bugs-586926 ] Empty genindex.html pages

noreply@sourceforge.net noreply@sourceforge.net
Fri, 09 Aug 2002 14:28:26 -0700


Bugs item #586926, was opened at 2002-07-26 06:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586926&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
Priority: 6
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Empty genindex.html pages

Initial Comment:
When building the html docs, empty index pages are 
generated.

$ ls -l html/*/genindex.html
-rw-r--r--    1 doko     doko         3341 Jul 26 11:53 
html/api/genindex.html
-rw-r--r--    1 doko     doko         3433 Jul 26 11:59 
html/lib/genindex.html
-rw-r--r--    1 doko     doko         3436 Jul 26 12:00 
html/mac/genindex.html
-rw-r--r--    1 doko     doko         3322 Jul 26 12:00 
html/ref/genindex.html

compared to 2.1.3, built with texinfo-4.1:

$ ls -l html/*/genindex.html
-rw-r--r--    1 doko     doko        51726 Jul 26 11:42 
html/api/genindex.html
-rw-r--r--    1 doko     doko       310251 Jul 26 11:47 
html/lib/genindex.html
-rw-r--r--    1 doko     doko        28449 Jul 26 11:48 
html/mac/genindex.html
-rw-r--r--    1 doko     doko        73766 Jul 26 11:48 
html/ref/genindex.html

building the 2.1.3 docs with texinfo-4.2 fails as well. For 
2.2.1 and current CVS the empty files are generated 
independent of the texinfo version.

An account on a build environment can be provided 
(Debian 3.0).

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-08-09 17:28

Message:
Logged In: YES 
user_id=3066

This problem appears to have disappeared in the development
versions of the documentation at some point since the report
was filed.

If you see this only on documentation you generate rather
than the standarad documentation from python.org, please let
me know.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586926&group_id=5470