diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-27 19:29:50 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-27 19:29:50 (GMT) |
commit | fe71bb52e4e845524233103915b8890b3a9e5f01 (patch) | |
tree | f1f4b8efc9208a77c3a481da2042b6a6f0b03cff /Doc/Makefile | |
parent | 8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3 (diff) | |
parent | 58864b3cadb9555306e82800881c3993873fe942 (diff) | |
download | cpython-fe71bb52e4e845524233103915b8890b3a9e5f01.zip cpython-fe71bb52e4e845524233103915b8890b3a9e5f01.tar.gz cpython-fe71bb52e4e845524233103915b8890b3a9e5f01.tar.bz2 |
#8040: merge with 3.2.
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 6a804d4..a6dc1e2 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -185,7 +185,7 @@ serve: # for development releases: always build autobuild-dev: make update - make dist SPHINXOPTS='-A daily=1' + make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1' # for stable releases: only build if not in pre-release stage (alpha, beta, rc) autobuild-stable: |