From d4a88d2be8acea0465332048eef5c9ee9ff34f47 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 3 Apr 2010 01:22:34 +0100 Subject: [PATCH] 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. --- website.make | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.39.5