From ab18b4ba6ad3fa34f59d62488a9783bdf5cfe300 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 2 Apr 2010 17:23:19 +0200 Subject: [PATCH] website.make: Build all languages. Fixes switchability new web site. --- website.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website.make b/website.make index a681721ffa..4f4c449aab 100644 --- a/website.make +++ b/website.make @@ -33,8 +33,7 @@ endif ################################################################ OUT=out-website -WEB_LANGS=es - +WEB_LANGS=$(shell PYTHONPATH=$(top-src-dir)/python python $(top-src-dir)/python/langdefs.py) TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) -- 2.39.5