From: Reinhold Kainhofer Date: Mon, 21 Jul 2008 20:53:06 +0000 (+0200) Subject: texi2html: Comments X-Git-Tag: release/2.11.58-1~32^2~103 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed2a411316053fcbe68b86b6ab7d658bb6b807d0;p=lilypond.git texi2html: Comments --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index c86cba7439..46b4db5f8f 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -32,10 +32,9 @@ ### English title, since otherwise language-autoselection would break with ### posted links. ### Since it is then no longer possible to obtain the file name from the -### section title, I keep a sectionname<=>filename/anchor around and write -### it out to disk at the end of the conversion. This way, xrefs from -### other manuals can simply load that map and retrieve the correct file -### name for the link. Implemented in: +### section title, I keep a sectionname<=>filename/anchor around. This way, +### xrefs from other manuals can simply load that map and retrieve the +### correct file name for the link. Implemented in: ### lilypond_unknown (handling of @translationof, in case ### extract_texi_filenames.py messes up...) ### split_at_numbered_sections (correct file name: use the map)