summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3d337d..b38f578 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ functional: $(VENV)/bin/nosetests # runs functional tests
-$(DOCS_INDEX): $(VENV)/bin/sphinx-build
+$(DOCS_INDEX): | $(VENV)/bin/sphinx-build
cd docs && make html
html: $(DOCS_INDEX) $(VENV)/bin/sphinx-build