[Python-checkins] cpython (2.7): Doc/Makefile: also do "make suspicious" during daily autobuild

georg.brandl python-checkins at python.org
Sun Nov 24 16:18:30 CET 2013


http://hg.python.org/cpython/rev/30763929082c
changeset:   87507:30763929082c
branch:      2.7
parent:      87462:f075a7178108
user:        Georg Brandl <georg at python.org>
date:        Sun Nov 24 16:17:54 2013 +0100
summary:
  Doc/Makefile: also do "make suspicious" during daily autobuild

files:
  Doc/Makefile |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -170,6 +170,7 @@
 autobuild-dev:
 	make update
 	make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
+	-make suspicious
 
 # for quick rebuilds (HTML only)
 autobuild-html:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list