]> git.donarmstrong.com Git - lilypond.git/commitdiff
(list_item): thinko. Fixes png
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 13 Jun 2005 13:13:46 +0000 (13:13 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 13 Jun 2005 13:13:46 +0000 (13:13 +0000)
links on website.

ChangeLog
VERSION
buildscripts/mutopia-index.py

index dda8708294ee84a69ee8235a603ad9fda736ba3d..b153f02de061bd999ee51753419074ee25adbff6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
+       links on website. 
+
 2005-06-13  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/topdocs/INSTALL.texi,
diff --git a/VERSION b/VERSION
index ea4a6e3d0e3818b33c414c5c763f3c97e138bf4c..8c82ca545336fe29543e1b11b9ca1104dc46dff0 100644 (file)
--- 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=
 
index afaf45fdc2e18c13b604b952bcf8208b341de422..76ad6e1c5b5becaa8be65f6941f7349fad6fe879 100644 (file)
@@ -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'):