]> git.donarmstrong.com Git - lilypond.git/commit
postprocess_html.py: Have lily_snippets_re only match snippets. Fixes images.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 14 Aug 2009 11:52:32 +0000 (13:52 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 14 Aug 2009 11:58:28 +0000 (13:58 +0200)
commit375c0be42300202d2f4b631f5302d817b8a91c60
tree299f878d766f10f0297887cac00a75eecb85363a
parent82509dfbd88f9d4fac9681880720cf7bff1ff05a
postprocess_html.py: Have lily_snippets_re only match snippets.  Fixes images.

This enables having images not getting prefixed with `../', as we need
for general/examples.  This also makes the code less obfuscated, as
pictures_re is now no longer a no-op.
python/auxiliar/postprocess_html.py