]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Fix issues with snippets page, fix coding errors
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 5 Aug 2008 19:05:03 +0000 (21:05 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 5 Aug 2008 19:05:03 +0000 (21:05 +0200)
commit946ce32f1a805250d975444928b950a26a0215ac
treedb6937e85a1b0cddfafa805d4ee0df3de011d437
parent0b33d275df3d757b7327ca970b2fc0f71c47bf2c
texi2html: Fix issues with snippets page, fix coding errors

-) use eq instead of == for string comparisons
-) unnumberedsec (snippets!) don't need an entry in the map file (they should
   have one, but I don't write out a warning, because with snippets it just
   doesn't work otherwise: A snippet can be in multiple sections, so I cannot
   use the snippet name to look up the proper file in the hash. For this
   reason, I don't handle snippets snippets at all with my
   extract_texi_filename.py script and instead let the .init file fall back
   to the default of putting all unnumbered sections into the previous
   file).
lilypond-texi2html.init