diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-10 16:05:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-10 16:05:35 (GMT) |
commit | 649e1f141a839c0e90b8ebd940ab08eee62fcfad (patch) | |
tree | 0e43b0d3abc0d58cbd13db570d5038cf8df02d03 /Doc/Makefile | |
parent | 892dbd18e10a9d2dde44d43840d2e5e30fca8f91 (diff) | |
parent | 82c05a54a2ad92cd1d7bb391a62dec0d06bbc13a (diff) | |
download | cpython-649e1f141a839c0e90b8ebd940ab08eee62fcfad.zip cpython-649e1f141a839c0e90b8ebd940ab08eee62fcfad.tar.gz cpython-649e1f141a839c0e90b8ebd940ab08eee62fcfad.tar.bz2 |
merge 3.4
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 93e59ef..200a9f7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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) |