lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

'make website' error: makeFooter function of website_post.py


From: Federico Bruni
Subject: 'make website' error: makeFooter function of website_post.py
Date: Sat, 12 Jan 2013 20:18:48 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Hi

I can't compile the website.
Actually, everything is compiled except the manuals: out-website/website/doc/ is missing.

Here's the error:

ls out-website/cs/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/cs/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".cs" hard out-website/cs/ out-website/website/; ls out-website/de/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/de/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".de" hard out-website/de/ out-website/website/; ls out-website/es/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/es/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".es" hard out-website/es/ out-website/website/; ls out-website/fr/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/fr/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".fr" hard out-website/fr/ out-website/website/; ls out-website/hu/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/hu/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".hu" hard out-website/hu/ out-website/website/; ls out-website/it/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/it/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".it" hard out-website/it/ out-website/website/; ls out-website/ja/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/ja/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".ja" hard out-website/ja/ out-website/website/; ls out-website/nl/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/nl/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".nl" hard out-website/nl/ out-website/website/; ls out-website/zh/*.html | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!out-website/zh/!!g' | xargs python /home/fede/lilypond-git/scripts/build/mass-link.py --prepend-suffix=".zh" hard out-website/zh/ out-website/website/; python /home/fede/lilypond-git/scripts/build/website_post.py out-website/website
Traceback (most recent call last):
File "/home/fede/lilypond-git/scripts/build/website_post.py", line 179, in <module>
    lang_footer = makeFooter (file_base, lang)
File "/home/fede/lilypond-git/scripts/build/website_post.py", line 132, in makeFooter
    return footer % locals ()
KeyError: 'me'
make[1]: *** [out-website/website/index.html] Error 1
make[1]: Leaving directory `/home/fede/lilypond-git'
make: *** [website] Error 2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]