From 4b82b7c171068c4722f10855391b9ca3a6ea20a9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Aug 2019 13:32:36 +0200 Subject: texinfo support --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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 ' where 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..." -- cgit v1.2.3