From: Georg Brandl Date: Sun, 24 Nov 2013 15:17:54 +0000 (+0100) Subject: Doc/Makefile: also do "make suspicious" during daily autobuild X-Git-Tag: v3.4.0b2~505^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44d2429a25589950284bd13c9343657e73f4927f;p=thirdparty%2FPython%2Fcpython.git Doc/Makefile: also do "make suspicious" during daily autobuild --- diff --git a/Doc/Makefile b/Doc/Makefile index a774aad0aa32..3c7196e367bf 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: