]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Jul 2021 13:40:18 +0000 (06:40 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:40:18 +0000 (15:40 +0200)
commitfd2c2465d49a8bcb32eeda82d694eed48e57ba79
tree8bf49e4a11bcfe607a554ee0253dd1ed380f2383
parentc48720576d63f9a7de15a6e46b07262dd3d04a8d
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411)

- venv rule is now conditional, and only does anything if $VENVDIR does not exist
- add rule "clean-venv"
(cherry picked from commit d22c876d5ac5fa464337d2e82654b8d87a83cb1b)

Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
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]