]> granicus.if.org Git - python/commit
Don't assume the name of the table of contents will be contents.html;
authorFred Drake <fdrake@acm.org>
Fri, 27 Jun 2003 18:26:01 +0000 (18:26 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 27 Jun 2003 18:26:01 +0000 (18:26 +0000)
commit095f8173300cad988eea0a6ea16f4673b2cc8e95
treebfe697f501e47bdc23a5045e37dea6cfd57ad7c9
parent6496788e7a287aedfaa61c0a87feeaeb2fbb06a6
Don't assume the name of the table of contents will be contents.html;
that won't be right when mkhowto is called with --numeric (as it is
for the Python Tutorial).  Save the actual name we use when we build
the table of contents, then use that in the page head metadata.  The
node2label.pl script will munge this properly when --numeric isn't
given, so this works in both cases.
Closes SF bug #761830.
Doc/perl/l2hinit.perl