Kaydet (Commit) d20cb026 authored tarafından Georg Brandl's avatar Georg Brandl

merge with 3.5

...@@ -166,7 +166,7 @@ autobuild-dev: ...@@ -166,7 +166,7 @@ autobuild-dev:
-make suspicious -make suspicious
# for quick rebuilds (HTML only) # for quick rebuilds (HTML only)
autobuild-html: autobuild-dev-html:
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1' make html 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)
...@@ -177,3 +177,10 @@ autobuild-stable: ...@@ -177,3 +177,10 @@ autobuild-stable:
exit 1;; \ exit 1;; \
esac esac
@make autobuild-dev @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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment