]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Create tab-separated file containing the NODE<=>FILENAME map
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 15:16:07 +0000 (17:16 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 15:16:07 +0000 (17:16 +0200)
commita8c01b16507985f43cc76b5f0138833a373ec7c9
treedda0328afc699e95a5b65e604fb4f1f0378a45c4
parentaba80835fc3a1224a61024022a778d5ef7410718
texi2html: Create tab-separated file containing the NODE<=>FILENAME map

For each main html file, I now write out the map of filename<=>nodename
associations to the file basename_xref.map (where basename is e.g. index).
This file contains tab-separated lines of the form

NODENAME\tFILENAME\tANCHOR_IN_FILE

In the future, this association will be used by the other files to
properly resolve external references. Of course, this will require processing
each texi file twice...
lilypond-texi2html.init