aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-31 20:53:29 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-31 20:53:29 -0500
commitbfb280d3b3cdb801adda381cdf47f96e5b936526 (patch)
treece3782dd40e5502eeaaf8a2e056cced30cd3e9f2 /docs/Makefile
parent5d9006479088ecadcc4dcef14a9d8ccb0e4227f3 (diff)
parentfd857e219fbf3cd1671ce4971e67d57207af18bc (diff)
downloadmediagoblin-bfb280d3b3cdb801adda381cdf47f96e5b936526.tar.lz
mediagoblin-bfb280d3b3cdb801adda381cdf47f96e5b936526.tar.xz
mediagoblin-bfb280d3b3cdb801adda381cdf47f96e5b936526.zip
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 9a4608de..0b97bf7c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -5,17 +5,16 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
-BUILDDIR = _build
+BUILDDIR = build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
-
+ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
# the i18n builder cannot share the environment and doctrees with the others
-I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
+.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
help:
@echo "Please use \`make <target>' where <target> is one of"
@@ -35,6 +34,9 @@ help:
@echo " changes to make an overview of all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
+ @echo " texinfo to make Texinfo files"
+ @echo " info to make Texinfo files and run them through makeinfo"
+ @echo " gettext to make PO message catalogs"
clean:
-rm -rf $(BUILDDIR)/*