]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: update buildscript for new directories.
authorGraham Percival <graham@percival-music.ca>
Mon, 18 Jun 2007 23:40:03 +0000 (16:40 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 18 Jun 2007 23:40:03 +0000 (16:40 -0700)
buildscripts/makelsr.py

index 6b72bbebee64fa69e4b4fc7079e483bbd70d2e45..31f630f88573cd85c3272db377806ead894dd8e8 100755 (executable)
@@ -4,7 +4,8 @@ import os
 import os.path
 import shutil
 
-dirs = ['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other']
+dirs =
+['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other','non-music','engravers','instrument-specific']
 notsafe=[]
 
 try:
@@ -45,8 +46,7 @@ for dir in dirs:
        file_names = os.listdir (destdir)
        for file in file_names:
                if (file.endswith ('.ly')):
-                       if (file[:3] != 'AAA'):
-                               os.remove( os.path.join(destdir,file) )
+                       os.remove( os.path.join(destdir,file) )
        ## copy in new files from LSR download
        copy_dir_with_test( srcdir, destdir )
        ## copy in new files in source tree