summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:29:50 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-27 19:29:50 (GMT)
commitfe71bb52e4e845524233103915b8890b3a9e5f01 (patch)
treef1f4b8efc9208a77c3a481da2042b6a6f0b03cff /Doc/Makefile
parent8630c1e346d88dfd6c9f65a749e6fd74aa0b7fd3 (diff)
parent58864b3cadb9555306e82800881c3993873fe942 (diff)
downloadcpython-fe71bb52e4e845524233103915b8890b3a9e5f01.zip
cpython-fe71bb52e4e845524233103915b8890b3a9e5f01.tar.gz
cpython-fe71bb52e4e845524233103915b8890b3a9e5f01.tar.bz2
#8040: merge with 3.2.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
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: