From dc756b3949c7ba9f8a842818e974c9d7222a7b7f Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Wed, 16 Jun 2010 14:27:38 +0200 Subject: [PATCH] Web: enable italian website. --- make/website.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/website.make b/make/website.make index a5c109a11b..7cd3d91936 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 nl +WEB_LANGS = es fr it nl TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) -- 2.39.5