summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 13:32:36 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 13:32:36 +0200
commit4b82b7c171068c4722f10855391b9ca3a6ea20a9 (patch)
tree637afae238c00e8ca6beb8e690f13bf161da5c72 /Makefile
parentba9335ec4c3578fdebfbec3072396bcda29d3425 (diff)
downloaddocs-4b82b7c171068c4722f10855391b9ca3a6ea20a9.tar.gz
docs-4b82b7c171068c4722f10855391b9ca3a6ea20a9.tar.bz2
docs-4b82b7c171068c4722f10855391b9ca3a6ea20a9.zip
texinfo support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b7e30a5..e15550e5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
+.PHONY: texinfo-exchange
help:
@echo "Please use \`make <target>' where <target> is one of"
@@ -148,6 +149,12 @@ texinfo:
@echo "Run \`make' in that directory to run these through makeinfo" \
"(use \`make info' here to do that automatically)."
+texinfo-exchange:
+ $(SPHINXBUILD) -b texinfo . $(BUILDDIR)/texinfo-exchange ./taler-bank.rst -D master_doc=taler-exchange
+ @echo
+ @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo-exchange."
+ @echo "Run \`make' in that directory to run these through makeinfo"
+
info:
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
@echo "Running Texinfo files through makeinfo..."