Makefile: Creating the venv needs the sphinx conf for dependencies.
This commit is contained in:
parent ee516bb6ec
commit 995ebf699c
1 changed files with 1 additions and 1 deletions
2 Makefile
2
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 | ||||
| ||||
| ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue