From: Reinhold Kainhofer Date: Fri, 4 Apr 2008 12:20:43 +0000 (+0200) Subject: texi2html: Install the .css file for the webpage, too X-Git-Tag: release/2.11.58-1~32^2~168 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e2aa075acb2ce590624d1b82cb0cd56cf2362c7;p=lilypond.git texi2html: Install the .css file for the webpage, too --- diff --git a/buildscripts/www_post.py b/buildscripts/www_post.py index 278895aff9..84e2ac70ec 100644 --- a/buildscripts/www_post.py +++ b/buildscripts/www_post.py @@ -50,7 +50,7 @@ dirs, symlinks, files = mirrortree.walk_tree ( tree_roots = doc_dirs, process_dirs = outdir, exclude_dirs = '(^|/)(' + '|'.join ([l.code for l in langdefs.LANGUAGES]) + r'|po|out|.*?[.]t2d|\w*?-root)(/|$)', - find_files = r'.*?\.(?:midi|html|pdf|png|txt|ly|signature)$|VERSION', + find_files = r'.*?\.(?:midi|html|pdf|png|txt|ly|signature|css)$|VERSION', exclude_files = r'lily-[0-9a-f]+.*\.(pdf|txt)') # actual mirrorring stuff