]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lys-to-tely.py
makefiles: Don't sort file list in lys-to-tely, but sort lsr list on creation
[lilypond.git] / buildscripts / lys-to-tely.py
index 96539a27fcaa353471274b0339325ef0d7e2b894..c9d698f92cea0764b2e608a7bda5c4b75b9f35a6 100755 (executable)
@@ -111,7 +111,6 @@ if files:
     name = os.path.basename (name)
     template = template % vars ()
 
-    files.sort ()
     s = "\n".join (map (name2line, files))
     s = template.replace (include_snippets, s, 1)
     f = "%s/%s" % (dir, name)