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: v2.7.8~250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40dcf7f0be58261a310ff068e52168762b55c509;p=thirdparty%2FPython%2Fcpython.git Doc/Makefile: also do "make suspicious" during daily autobuild --- diff --git a/Doc/Makefile b/Doc/Makefile index 4052babcb6bf..61ccf846b14e 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -170,6 +170,7 @@ serve: autobuild-dev: make update make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1' + -make suspicious # for quick rebuilds (HTML only) autobuild-html: