]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:27:21 +0000 (18:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 27 Jun 2003 18:27:21 +0000 (18:27 +0000)
commit4bbff7ba9696eb718d567ff6d2ee988f513af179
treeb83e34bf09bb5a95fe80878272dc4fdbf3284bfb
parent78347b509f7c503432762bdbc0cef02041419bcf
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