aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-30 21:51:15 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-30 21:51:15 -0500
commit90870c07d409b1d6a4c3d16cc17df33b694e2f43 (patch)
tree18e4cf1e232a4341602ded00b44b460620595f80 /docs/Makefile
parent34e4be6fb1c047ece5d3fc311e758468f2a72795 (diff)
parentd4535719370ca3be4790070e4bbe572671ba6045 (diff)
downloadmediagoblin-90870c07d409b1d6a4c3d16cc17df33b694e2f43.tar.lz
mediagoblin-90870c07d409b1d6a4c3d16cc17df33b694e2f43.tar.xz
mediagoblin-90870c07d409b1d6a4c3d16cc17df33b694e2f43.zip
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 81fc3d13..9a4608de 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -12,6 +12,9 @@ PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+# the i18n builder cannot share the environment and doctrees with the others
+I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
help:
@@ -113,6 +116,24 @@ man:
@echo
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
+texinfo:
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+ @echo
+ @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
+ @echo "Run \`make' in that directory to run these through makeinfo" \
+ "(use \`make info' here to do that automatically)."
+
+info:
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
+ @echo "Running Texinfo files through makeinfo..."
+ make -C $(BUILDDIR)/texinfo info
+ @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
+
+gettext:
+ $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
+ @echo
+ @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
+
changes:
$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
@echo