diff options
author | Francisco Vila <francisco.vila@hispalinux.es> | 2011-01-25 15:42:55 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-01-26 19:36:15 +0000 |
commit | b514097e85c99f5178b45ee2a37c81bdf0c1d85c (patch) | |
tree | 44a366e6b99e7bf57cc9ea64562ae97e577d61c3 /make | |
parent | cebde6c12584c7af71bdd3de570636fd2f9d9dc7 (diff) |
Web: enable Japanese website.
Diffstat (limited to 'make')
-rw-r--r-- | make/website.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/website.make b/make/website.make index 4987a601e4..02ff0da62c 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 de hu +WEB_LANGS = es fr it nl de hu ja TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) |