From 995ebf699cd8da460a9bc88843674f84d94e3b19 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 21 Feb 2019 20:34:00 +0100 Subject: [PATCH] Makefile: Creating the venv needs the sphinx conf for dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a151f48..3b445a99 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ upgrade_venv: $(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv -$(VENV)/bin/activate: +$(VENV)/bin/activate: $(SPHINX_CONF) $(MAKE) -C $(CPYTHON_CLONE)/Doc/ VENVDIR=$(VENV) PYTHON=$(PYTHON) venv