]> git.donarmstrong.com Git - lilypond.git/commitdiff
Copy .ily files into docball too
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 9 Sep 2008 11:11:34 +0000 (13:11 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 9 Sep 2008 11:11:34 +0000 (13:11 +0200)
This makes recompiling ly source files from docball which include .ily
files (e.g.input/mutopia/W.A.Mozart/mozart-hrn-3.ly) possible.

buildscripts/www_post.py

index 6fdb84f6609e61c35bbd90fbf5aec2fa8cfc547a..6af5d88cdcf24b7f563758d9512c97793eeffe7a 100644 (file)
@@ -47,7 +47,7 @@ dirs, symlinks, files = mirrortree.walk_tree (
     tree_roots = doc_dirs,
     process_dirs = outdir,
     exclude_dirs = '(^|/)(' + r'|po|out|out-test|.*?[.]t2d|\w*?-root)(/|$)|Documentation/(' + '|'.join ([l.code for l in langdefs.LANGUAGES]) + ')',
-    find_files = r'.*?\.(?:midi|html|pdf|png|txt|ly|signature|css)$|VERSION',
+    find_files = r'.*?\.(?:midi|html|pdf|png|txt|i?ly|signature|css)$|VERSION',
     exclude_files = r'lily-[0-9a-f]+.*\.(pdf|txt)')
 
 # actual mirrorring stuff