mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Merge 3.5
This commit is contained in:
commit
33bb64fb30
1 changed files with 2 additions and 2 deletions
|
@ -162,12 +162,12 @@ serve:
|
||||||
|
|
||||||
# for development releases: always build
|
# for development releases: always build
|
||||||
autobuild-dev:
|
autobuild-dev:
|
||||||
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
|
||||||
-make suspicious
|
-make suspicious
|
||||||
|
|
||||||
# for quick rebuilds (HTML only)
|
# for quick rebuilds (HTML only)
|
||||||
autobuild-dev-html:
|
autobuild-dev-html:
|
||||||
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
|
||||||
|
|
||||||
# for stable releases: only build if not in pre-release stage (alpha, beta)
|
# for stable releases: only build if not in pre-release stage (alpha, beta)
|
||||||
# release candidate downloads are okay, since the stable tree can be in that stage
|
# release candidate downloads are okay, since the stable tree can be in that stage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue