summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-24 06:47:17 +0000
committerbuckE <buckE@disroot.org>2020-06-24 06:47:17 +0000
commit3ddae00d055d892f1f3d5a839e0ca0761057b9b4 (patch)
treebe6156425aa0469361e35ef1f2a3f657444b47dc /Makefile
parenta5ac60f15d2d3c64763db06ee554da90a8500fef (diff)
downloaddocs-3ddae00d055d892f1f3d5a839e0ca0761057b9b4.tar.gz
docs-3ddae00d055d892f1f3d5a839e0ca0761057b9b4.tar.bz2
docs-3ddae00d055d892f1f3d5a839e0ca0761057b9b4.zip
makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d515e27..7c23a880 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."