From: Graham Percival Date: Sat, 3 Apr 2010 00:22:34 +0000 (+0100) Subject: Web: only build translations that are working. X-Git-Tag: release/2.13.18-1~18^2~1^2~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d4a88d2be8acea0465332048eef5c9ee9ff34f47;p=lilypond.git Web: only build translations that are working. To check if your translation works, add it to the WEB_LANGS line, then run "make website". If you see more than 5 warnings, then it's not working. --- diff --git a/website.make b/website.make index 7d83feeb12..dc21c6e152 100644 --- a/website.make +++ b/website.make @@ -33,8 +33,10 @@ endif ################################################################ OUT=out-website -#WEB_LANGS=$(shell PYTHONPATH=$(top-src-dir)/python python $(top-src-dir)/python/langdefs.py) -WEB_LANGS = fr es de nl ja hu it + +### only update this when the language compiles correctly! +#WEB_LANGS = es fr nl +WEB_LANGS = es TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM)