[Python-checkins] cpython (3.2): #8040: enable the versionswitcher for the autobuild-dev target.

ezio.melotti python-checkins at python.org
Sat Oct 27 21:30:25 CEST 2012


http://hg.python.org/cpython/rev/740be7346c92
changeset:   79980:740be7346c92
branch:      3.2
parent:      79976:35a2a0e166d0
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Oct 27 22:28:48 2012 +0300
summary:
  #8040: enable the versionswitcher for the autobuild-dev target.

files:
  Doc/Makefile |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -185,7 +185,7 @@
 # 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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list