]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)
authorJack DeVries <58614260+jdevries3133@users.noreply.github.com>
Wed, 28 Jul 2021 13:13:28 +0000 (09:13 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:13:28 +0000 (15:13 +0200)
commitd22c876d5ac5fa464337d2e82654b8d87a83cb1b
tree0c4517dc35f1876d426a5cb7acbb5965a00c747f
parentddf8ae31a0f371eff2db14c7f7a45976b86d56ea
bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)

- venv rule is now conditional, and only does anything if $VENVDIR does not exist
- add rule "clean-venv"
Doc/Makefile
Doc/README.rst
Misc/NEWS.d/next/Tools-Demos/2021-07-28-00-51-55.bpo-44756.pvAajB.rst [new file with mode: 0644]