[Python-bugs-list] [ python-Bugs-586926 ] Empty genindex.html pages
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 26 Jul 2002 03:38:38 -0700
Bugs item #586926, was opened at 2002-07-26 10: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: Open
Resolution: None
>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).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=586926&group_id=5470