diff options
| author | Georg Brandl <georg@python.org> | 2011-01-08 17:32:32 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-08 17:32:32 +0100 |
| commit | 4526dd75ca7a1a61555fb47dffd1d4e4de4ee0cb (patch) | |
| tree | c3678ebad572a3a8d4ad37d45dc783abae3fdeaa /doc/Makefile | |
| parent | 16c45674eff514fc7a23528ba207721dd8215a2a (diff) | |
| download | sphinx-4526dd75ca7a1a61555fb47dffd1d4e4de4ee0cb.tar.gz | |
Rename "intl" module to "gettext", to make it easier to find. Distinguish environments with different versioning methods and always give the gettext builder its own doctree dir.
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0199ba47..47951316 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,8 +8,9 @@ PAPER = PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \ - $(SPHINXOPTS) $(O) . +ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \ + $(SPHINXOPTS) $(O) . +I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(O) . .PHONY: help clean html dirhtml singlehtml text man pickle json htmlhelp \ qthelp devhelp epub latex latexpdf changes linkcheck doctest @@ -116,7 +117,7 @@ latexpdf: @echo "pdflatex finished; the PDF files are in _build/latex." gettext: - $(SPHINXBUILD) -b gettext $(ALLSPHINXOPTS) _build/locale + $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) _build/locale @echo @echo "Build finished. The message catalogs are in _build/locale." |
