]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
Improve documentation i18n
[lilypond.git] / buildscripts / mutopia-index.py
index 564f63f72eda722e3ff4aef5bc1993613c7de705..3e68ae8d3ee81457310b9e947b47c315d537c440 100644 (file)
@@ -148,7 +148,7 @@ hr { border:0; height:1; color: #000000; background-color: #000000; }\n
                 pictures = ['jpeg', 'png', 'xpm']
                 lst.write ('\n')
             else:
-                print "can't find" , `file_name`
+                print cannot find" , `file_name`
 
         list_item (base + ext, 'The input', 'ASCII')
 
@@ -198,5 +198,7 @@ allfiles = []
 for d in dirs:
     allfiles = allfiles + find ('*.ly', d)
 
+allfiles = filter (lambda x: not x.endswith ('snippet-map.ly') and not re.search ('lily-[0-9a-f]+', x), allfiles)
+
 gen_list (allfiles, outfile)