From: Reinhold Kainhofer Date: Thu, 19 Mar 2009 14:34:30 +0000 (+0100) Subject: MusicXML: Install the .zip file containing the test suite, too. X-Git-Tag: release/2.12.3-1~144 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=337dba2f0b6f8e7b429cb169c4b6eeec2bc4fc23;p=lilypond.git MusicXML: Install the .zip file containing the test suite, too. (cherry picked from commit dcb9538ba7cfe66b1cf0e47a65ea6dce5085b673) --- diff --git a/scripts/build/www_post.py b/scripts/build/www_post.py index 21ce380ce3..c80e0f52f9 100644 --- a/scripts/build/www_post.py +++ b/scripts/build/www_post.py @@ -53,7 +53,7 @@ dirs, symlinks, files = mirrortree.walk_tree ( exclude_dirs = '(^|/)((' + \ r'po|out|out-test|out-cov|.*?[.]t2d|\w*?-root)|^Documentation/(' + \ '|'.join ([l.code for l in langdefs.LANGUAGES]) + '))(/|$)', - find_files = r'.*?\.(?:midi|html|pdf|png|txt|i?ly|signature|css)$|VERSION', + find_files = r'.*?\.(?:midi|html|pdf|png|txt|i?ly|signature|css|zip)$|VERSION', exclude_files = r'lily-[0-9a-f]+.*\.(pdf|txt)') # actual mirrorring stuff