summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-24 06:54:36 +0000
committerbuckE <buckE@disroot.org>2020-06-24 06:54:36 +0000
commitaa11d1f76179333ef41879169fb2e4ff824b48e3 (patch)
tree54cf7e48199244506998ad850623088636319da3 /Makefile
parent3ddae00d055d892f1f3d5a839e0ca0761057b9b4 (diff)
downloaddocs-aa11d1f76179333ef41879169fb2e4ff824b48e3.tar.gz
docs-aa11d1f76179333ef41879169fb2e4ff824b48e3.tar.bz2
docs-aa11d1f76179333ef41879169fb2e4ff824b48e3.zip
test commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c23a880..1d515e27 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ diagrams: arch-api.png
# remove all cached state first.
html: diagrams
# -W = exit 1 on warning; --keep-going = complete build anyway; write log to ~/warnings.log
- $(SPHINXBUILD) -W --keep-going -w $(shell echo $HOME)/logs/sphinx-warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ $(SPHINXBUILD) -W --keep-going -w $(shell echo $HOME)/logs/sphinx-warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."