]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Remove code to create _xref.html; Load and use the _xref.html files
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 20 Jul 2008 23:55:32 +0000 (01:55 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 20 Jul 2008 23:55:32 +0000 (01:55 +0200)
commitbdb0dc2faf9539e38a319ddfba37defdf18e26b0
treec1a681e1e8f84e3e1ec72c302f08e181f9558d61
parent277056d20fd1ce00d6eb8a83641e3db9559a6290
texi2html: Remove code to create _xref.html; Load and use the _xref.html files

Removed the code to generate the *_xref.html file, because that's now done by
the extract_texi_filenames.py script before texi2html is run.
However, I implemented loading those files (both for the nodes of the
current files and for xrefs to other files). Somehow I can't make Perl
find and load the file, so it does not work yet... Finding the files for
xrefs is not yet even implemented...

I could probably remove the code to determine the file name in the
texi2html init file, but I decided to leave it in there, just in
case something went wrong with the *_xref.map files. In that case,
we'll still get correct filenames/anchors, but of course xrefs to
those sections from other manuals will not be able to determine the
filename/anchor...
lilypond-texi2html.init