diff options
author | Georg Brandl <georg@python.org> | 2013-11-24 16:17:54 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-24 16:17:54 +0100 |
commit | 9dfd5808217000e69def16500044d63e36233a17 (patch) | |
tree | 009fef9372554ea3c2e280d873147054c6309b0a /Doc/Makefile | |
parent | ba8c243985ee5305bd3e0dfbcade369f0858549c (diff) | |
download | cpython-9dfd5808217000e69def16500044d63e36233a17.tar.gz |
Doc/Makefile: also do "make suspicious" during daily autobuild
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a774aad0aa..3c7196e367 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -186,6 +186,7 @@ serve: autobuild-dev: make update make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1' + -make suspicious # for quick rebuilds (HTML only) autobuild-html: |