]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Install the .css file for the webpage, too
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 4 Apr 2008 12:20:43 +0000 (14:20 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 4 Apr 2008 12:20:43 +0000 (14:20 +0200)
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