From 04561fda287f0cc0c1d81767b35e827c0df24b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at> Date: Mon, 9 Mar 2020 22:11:54 +0100 Subject: [PATCH] Fix html-watch target. --- documentation/usage-guide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/usage-guide/Makefile b/documentation/usage-guide/Makefile index 4316687b..eee953ab 100644 --- a/documentation/usage-guide/Makefile +++ b/documentation/usage-guide/Makefile @@ -16,7 +16,7 @@ help: .PHONY: help Makefile html-watch: - @$(SPHINXAUTOBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + @$(SPHINXAUTOBUILD) "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -- GitLab