mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
Add a autobuild-quick target that only rebuilds HTML.
This commit is contained in:
parent
ab5da6a80e
commit
01f47e82a3
1 changed files with 5 additions and 0 deletions
|
|
@ -187,6 +187,10 @@ autobuild-dev:
|
||||||
make update
|
make update
|
||||||
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
||||||
|
|
||||||
|
# for quick rebuilds (HTML only)
|
||||||
|
autobuild-html:
|
||||||
|
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
||||||
|
|
||||||
# for stable releases: only build if not in pre-release stage (alpha, beta, rc)
|
# for stable releases: only build if not in pre-release stage (alpha, beta, rc)
|
||||||
autobuild-stable:
|
autobuild-stable:
|
||||||
@case $(DISTVERSION) in *[abc]*) \
|
@case $(DISTVERSION) in *[abc]*) \
|
||||||
|
|
@ -194,3 +198,4 @@ autobuild-stable:
|
||||||
exit 1;; \
|
exit 1;; \
|
||||||
esac
|
esac
|
||||||
@make autobuild-dev
|
@make autobuild-dev
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue