From 44d2429a25589950284bd13c9343657e73f4927f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 24 Nov 2013 16:17:54 +0100 Subject: [PATCH] Doc/Makefile: also do "make suspicious" during daily autobuild --- Doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/Makefile b/Doc/Makefile index a774aad0aa3..3c7196e367b 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: