]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#8040: enable the versionswitcher for the autobuild-dev target.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Oct 2012 19:28:48 +0000 (22:28 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Oct 2012 19:28:48 +0000 (22:28 +0300)
Doc/Makefile

index cb56ea9aa8e673368da6e23c22e967a00ea9c0a4..13411f2074aa06b581a3f6ac10eec9235b35d45f 100644 (file)
@@ -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: