From 40dcf7f0be58261a310ff068e52168762b55c509 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 4052babcb6..61ccf846b1 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: -- 2.50.1