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

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