summaryrefslogtreecommitdiff
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-24 16:17:54 +0100
committerGeorg Brandl <georg@python.org>2013-11-24 16:17:54 +0100
commit44d2429a25589950284bd13c9343657e73f4927f (patch)
tree2285fa7fc3fa5aa52431de54b2ae4379e3eb8a2b /Doc/Makefile
parenta8892a1aa593d9e8acfbce469188bc4119b05244 (diff)
downloadcpython-git-44d2429a25589950284bd13c9343657e73f4927f.tar.gz
Doc/Makefile: also do "make suspicious" during daily autobuild
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile1
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: