From: hanwen Date: Mon, 13 Jun 2005 13:13:46 +0000 (+0000) Subject: (list_item): thinko. Fixes png X-Git-Tag: release/2.5.32^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=594049a07098c0d8fae0ecdaca56ce1619fc0b4a;p=lilypond.git (list_item): thinko. Fixes png links on website. --- diff --git a/ChangeLog b/ChangeLog index dda8708294..b153f02de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-13 Han-Wen Nienhuys + + * buildscripts/mutopia-index.py (list_item): thinko. Fixes png + links on website. + 2005-06-13 Graham Percival * Documentation/topdocs/INSTALL.texi, diff --git a/VERSION b/VERSION index ea4a6e3d0e..8c82ca5453 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=5 -PATCH_LEVEL=30 +PATCH_LEVEL=31 MY_PATCH_LEVEL= diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index afaf45fdc2..76ad6e1c5b 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -157,11 +157,11 @@ hr { border:0; height:1; color: #000000; background-color: #000000; }\n pages_found = 0 for page in range (1, 100): - pages_found += 1 f = base + '-page%d.png' % page if not os.path.isfile (f): break + pages_found += 1 list_item (f, 'See a picture of page %d' % page, 'png') if pages_found == 0 and os.path.exists (base + '.png'):