summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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."