mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
fix path to patchlevel.py
This commit is contained in:
parent
c9f5f2ddc7
commit
82c05a54a2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ PYTHON = python
|
|||
SPHINXBUILD = sphinx-build
|
||||
PAPER =
|
||||
SOURCES =
|
||||
DISTVERSION = $(shell $(PYTHON) tools/patchlevel.py)
|
||||
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
|
||||
|
||||
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \
|
||||
$(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue