diff options
author | Georg Brandl <georg@python.org> | 2013-11-24 15:18:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-24 15:18:23 (GMT) |
commit | 4d01c4b6bbb7b35edd8cd4f4577e2c97cba8b9fa (patch) | |
tree | a9a6efe9e34e66353e7b609afe68d697339c1794 /Doc | |
parent | ed007d5b1b50c7f9dc27a7e84448e1aea02605fd (diff) | |
parent | 44d2429a25589950284bd13c9343657e73f4927f (diff) | |
download | cpython-4d01c4b6bbb7b35edd8cd4f4577e2c97cba8b9fa.zip cpython-4d01c4b6bbb7b35edd8cd4f4577e2c97cba8b9fa.tar.gz cpython-4d01c4b6bbb7b35edd8cd4f4577e2c97cba8b9fa.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a774aad..3c7196e 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: |