diff options
author | Jean-Charles Malahieude <lilyfan@orange.fr> | 2010-04-09 23:16:00 +0200 |
---|---|---|
committer | Jean-Charles Malahieude <lilyfan@orange.fr> | 2010-04-09 23:16:00 +0200 |
commit | 2c29943a23b796927d52bd8a196cc4692e107c31 (patch) | |
tree | 2a117a795a80fecc96ee6849e23c9342a6f22e8e /make | |
parent | be16fbae27876d4cecca6f11f5e7327eb6bda9ee (diff) |
create-weblinks-itexi.py: Enable 'fr'
Diffstat (limited to 'make')
-rw-r--r-- | make/website.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/website.make b/make/website.make index 54a535e3f4..63c377e3a3 100644 --- a/make/website.make +++ b/make/website.make @@ -35,8 +35,8 @@ endif OUT=out-website ### only update this when the language compiles correctly! -#WEB_LANGS = es fr nl -WEB_LANGS = es nl +WEB_LANGS = es fr nl +#WEB_LANGS = es nl TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) |