1
0
Fork 0

Makefile: Creating the venv needs the sphinx conf for dependencies.

This commit is contained in:
Julien Palard 2019-02-21 20:34:00 +01:00
parent ee516bb6ec
commit 995ebf699c
1 changed files with 1 additions and 1 deletions

View File

@ -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