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.13.1-1~63^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ce9bb0d31140fe3432ec6ce56c48ff02eb7ba1c;p=lilypond.git MusicXML: Install the .zip file containing the test suite, too. --- 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