help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
+ @echo " gettext generate .pot files"
@echo " dist-html same as html, but places files in /doc"
@echo " site-mako to make sqlalchemy.org Mako files"
@echo " dirhtml to make HTML files named index.html in directories"
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+gettext:
+ $(SPHINXBUILD) -b gettext $(SPHINXOPTS) . $(BUILDDIR)/gettext
+
dist-html:
$(SPHINXBUILD) -b html -A mako_layout=html $(ALLSPHINXOPTS) ..
@echo
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
+# have the "gettext" build generate .pot for each individual
+# .rst
+gettext_compact = False
# -- Options for HTML output ---------------------------------------------------