From 08f7df1e246e3310524267489e8a90ff5ad6346f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at> Date: Tue, 10 Mar 2020 21:57:38 +0100 Subject: [PATCH] Don't watch builddir. --- documentation/users-guide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/users-guide/Makefile b/documentation/users-guide/Makefile index eee953ab..11527607 100644 --- a/documentation/users-guide/Makefile +++ b/documentation/users-guide/Makefile @@ -16,7 +16,7 @@ help: .PHONY: help Makefile html-watch: - @$(SPHINXAUTOBUILD) "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) + @$(SPHINXAUTOBUILD) -i "$(BUILDDIR)/*" "$(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