merge with 3.5

This commit is contained in:
Georg Brandl 2016-06-15 08:58:46 +02:00
commit d20cb0263a
1 changed files with 8 additions and 1 deletions

View File

@ -166,7 +166,7 @@ autobuild-dev:
-make suspicious
# for quick rebuilds (HTML only)
autobuild-html:
autobuild-dev-html:
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
# for stable releases: only build if not in pre-release stage (alpha, beta)
@ -177,3 +177,10 @@ autobuild-stable:
exit 1;; \
esac
@make autobuild-dev
autobuild-stable-html:
@case $(DISTVERSION) in *[ab]*) \
echo "Not building; $(DISTVERSION) is not a release version."; \
exit 1;; \
esac
@make autobuild-dev-html