]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/www_post.py
texi2html: Install the .css file for the webpage, too
[lilypond.git] / buildscripts / www_post.py
index 278895aff93b7cc51ea73e9cd980fe932cfa2e0b..84e2ac70eca07373055eedcd46eb48375ee59977 100644 (file)
@@ -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