Commit 66d36cf7 authored by Georg Brandl's avatar Georg Brandl

Docs: add html-stable autobuild variant

parent 8ba1917e
......@@ -161,7 +161,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)
......@@ -173,3 +173,9 @@ autobuild-stable:
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
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