summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-18 05:58:21 +0000
committerbuckE <buckE@disroot.org>2020-06-18 05:58:21 +0000
commit5d1416bd0f1b3056f9c871ba3073b4fe10721891 (patch)
tree3266b0cd8ef51d2b5536112b4895a888efca8506 /Makefile
parent48e5bddaec721fa55ffe4bca42fe21e35077d03c (diff)
downloaddocs-5d1416bd0f1b3056f9c871ba3073b4fe10721891.tar.gz
docs-5d1416bd0f1b3056f9c871ba3073b4fe10721891.tar.bz2
docs-5d1416bd0f1b3056f9c871ba3073b4fe10721891.zip
testing e-mail report
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3aff632b..51fbf3d8 100644
--- 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."