taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5d1416bd0f1b3056f9c871ba3073b4fe10721891
parent 48e5bddaec721fa55ffe4bca42fe21e35077d03c
Author: buckE <buckE@disroot.org>
Date:   Thu, 18 Jun 2020 05:58:21 +0000

testing e-mail report

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -60,7 +60,7 @@ diagrams: arch-api.png # The html-linked builder does not support caching, so we # remove all cached state first. html: diagrams - # -W = exit 1 on warning; --keep-going = complete build anyway + # -W = exit 1 on warning; --keep-going = complete build anyway; write log to ~/warnings.log $(SPHINXBUILD) -W --keep-going -w /home/docbuilder/warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."