diff options
author | Georg Brandl <georg@python.org> | 2013-11-24 15:17:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-24 15:17:54 (GMT) |
commit | 44d2429a25589950284bd13c9343657e73f4927f (patch) | |
tree | 2285fa7fc3fa5aa52431de54b2ae4379e3eb8a2b | |
parent | a8892a1aa593d9e8acfbce469188bc4119b05244 (diff) | |
download | cpython-44d2429a25589950284bd13c9343657e73f4927f.zip cpython-44d2429a25589950284bd13c9343657e73f4927f.tar.gz cpython-44d2429a25589950284bd13c9343657e73f4927f.tar.bz2 |
Doc/Makefile: also do "make suspicious" during daily autobuild
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a774aad..3c7196e 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: |