| commit | 58864b3cadb9555306e82800881c3993873fe942 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Oct 27 22:28:48 2012 +0300 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Oct 27 22:28:48 2012 +0300 |
| tree | e0209b4ebb150475406926600f2cc7af6c5e5d09 | |
| parent | 380ce651e940c977058cace141c6ed8a45b7d82a [diff] [blame] |
#8040: enable the versionswitcher for the autobuild-dev target.
diff --git a/Doc/Makefile b/Doc/Makefile index cb56ea9..13411f2 100644 --- 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: