From d5206e7d4d9c6f247fb91f7a83ef04aff67a0324 Mon Sep 17 00:00:00 2001 From: Till Paala Date: Wed, 1 Sep 2010 21:58:08 +0300 Subject: [PATCH] Add German as website language --- make/website.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/website.make b/make/website.make index c6c2c3e343..2928f53b06 100644 --- a/make/website.make +++ b/make/website.make @@ -36,7 +36,7 @@ OUT=out-website ### only update this when the language compiles correctly! # LANGUAGES = (site, de, es, fr, hu, it, ja, nl) -WEB_LANGS = es fr it nl +WEB_LANGS = es fr it nl de TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) -- 2.39.2