Skip to content

Commit

Permalink
making ja to work with building all
Browse files Browse the repository at this point in the history
  • Loading branch information
hiromi2424 committed Sep 22, 2011
1 parent 31f4fa6 commit 52dc2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PYTHON = python
.PHONY: all clean html latexpdf epub htmlhelp

# Languages that can be built.
LANGS = en es fr pt
LANGS = en es fr ja pt

# Dependencies to perform before running other builds.
# Clone the en/Makefile everywhere.
Expand Down
2 changes: 1 addition & 1 deletion config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@
#epub_tocdup = True

# Languages available.
languages = ['en', 'pt', 'es']
languages = ['en', 'pt', 'es', 'ja']

0 comments on commit 52dc2b8

Please sign in to comment.