X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fmutopia-index.py;h=c73481aabad094643f2451c76a230d1efd92aa35;hb=c5a3f0c024f4cb629811cff9eb04abff36e94138;hp=4908f0a9d8d4b73af8df11c906732253db4042c4;hpb=8aa5c1a144034f854422f84625e48db4d86ac327;p=lilypond.git diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index 4908f0a9d8..c73481aaba 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -36,7 +36,7 @@ For a good impression of the quality print out the PDF file. """ headertext_nopics= r""" -

Nothing to be seen here, move along. +

No examples were found in this directory. """ # @@ -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)