diff options
author | Georg Brandl <georg@python.org> | 2014-09-30 20:24:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-30 20:24:08 (GMT) |
commit | c8da4287a774fe8f26d6c47c501cf17a365ab922 (patch) | |
tree | 9315f856bcb9186c148c8b30e0c3a25b45cd0a62 /Doc | |
parent | 7552eb89b91e6edaec926ac7a66db32e1d45d499 (diff) | |
parent | 2b1a0a30c9468bcb855fb8b60faaedbf5495904b (diff) | |
download | cpython-c8da4287a774fe8f26d6c47c501cf17a365ab922.zip cpython-c8da4287a774fe8f26d6c47c501cf17a365ab922.tar.gz cpython-c8da4287a774fe8f26d6c47c501cf17a365ab922.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index ec35c12..fee7fc7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -6,7 +6,6 @@ # You can set these variables from the command line. PYTHON = python SPHINXBUILD = sphinx-build -SPHINXOPTS = PAPER = SOURCES = DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py) |