From 2e2aa075acb2ce590624d1b82cb0cd56cf2362c7 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 4 Apr 2008 14:20:43 +0200 Subject: [PATCH] texi2html: Install the .css file for the webpage, too --- buildscripts/www_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5