diff options
author | Francisco Vila <francisco.vila@hispalinux.es> | 2011-01-30 17:02:00 +0100 |
---|---|---|
committer | Francisco Vila <francisco.vila@hispalinux.es> | 2011-02-04 12:30:17 +0100 |
commit | 61c74b255b9ee12194853a97e0c2fe2882777f8f (patch) | |
tree | a10fb9e0ada9a98efc9a3765bffdc5ccec91d628 /make | |
parent | 42ae342ba877dc8f26cabb5cc3937a6d3cdb4066 (diff) |
Web: add Chinese webpage by Ben Luo, thanks!
Diffstat (limited to 'make')
-rw-r--r-- | make/website.make | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/website.make b/make/website.make index 4987a601e4..9ea6790388 100644 --- a/make/website.make +++ b/make/website.make @@ -35,8 +35,9 @@ endif 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 +# LANGUAGES = (site, cs, de, es, fr, hu, it, ja, nl, zh) +#WEB_LANGS = de es fr hu it ja nl zh cs +WEB_LANGS = de es fr hu it ja nl zh TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) |