summaryrefslogtreecommitdiff
path: root/scripts/build/www_post.py
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2009-08-12 15:13:01 +0200
committerJan Nieuwenhuizen <janneke@gnu.org>2009-08-12 15:15:56 +0200
commitba32454fd3765fe77f58e13c2b3db4a4196282a7 (patch)
tree14c93d410a4f373e95d76b0015e6a4aaf08fb62c /scripts/build/www_post.py
parent8f9403d004e31baa560c374305f218d30a38b72d (diff)
WEB: Integration of new web site [general.texi].
Fixes: - eternal circular dependencies by not re-using/re-touching xref-maps - texi2html flags cleanups - new-lang target in Documentation produces working skeleton again - move some lilypond-specific code out of stepmake - fr: missing macro definitions - web css fix for footer
Diffstat (limited to 'scripts/build/www_post.py')
-rw-r--r--scripts/build/www_post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/www_post.py b/scripts/build/www_post.py
index b329390a5d..2df5b38468 100644
--- a/scripts/build/www_post.py
+++ b/scripts/build/www_post.py
@@ -39,7 +39,7 @@ dirs, symlinks, files = mirrortree.walk_tree (
tree_roots = doc_dirs,
process_dirs = outdir,
exclude_dirs = '(^|/)((' + \
- r'po|out|out-test|out-cov|.*?[.]t2d|\w*?-root)|^Documentation/(' + \
+ r'po|xref-maps|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|zip)$|VERSION',
exclude_files = r'lily-[0-9a-f]+.*\.(pdf|txt)')