mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Use the local python binary to build the docs, not whatever 'python' is on the PATH (which is probably Python 2.x, and we need 3.x).
This commit is contained in:
parent
65d09d4ee9
commit
450ee81b22
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ TOOLSDIR= tools
|
|||
# commontex/patchlevel.tex in their dependencies.
|
||||
RELEASE=$(shell $(PYTHON) tools/getversioninfo)
|
||||
|
||||
PYTHON= python
|
||||
PYTHON= $(PWD)/../python
|
||||
DVIPS= dvips -N0 -t $(PAPER)
|
||||
|
||||
# This is ugly! The issue here is that there are two different levels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue