mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add a autobuild-quick target that only rebuilds HTML.
This commit is contained in:
@@ -187,6 +187,10 @@ autobuild-dev:
|
||||
make update
|
||||
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)
|
||||
autobuild-stable:
|
||||
@case $(DISTVERSION) in *[abc]*) \
|
||||
@@ -194,3 +198,4 @@ autobuild-stable:
|
||||
exit 1;; \
|
||||
esac
|
||||
@make autobuild-dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user