summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2018-01-10 03:04:54 +0900
committerINADA Naoki <songofacandy@gmail.com>2018-01-10 03:04:54 +0900
commit50ea49c86f5aaff8bb1cd37778b50b13df83ba8f (patch)
treeffeac573efe23b86e957d32fa2340f82d35c5128 /docs/Makefile
parentfc09da997ca323cb1a545478e9c1563d8db37ab1 (diff)
downloadmsgpack-python-50ea49c86f5aaff8bb1cd37778b50b13df83ba8f.tar.gz
Update doc0.5.1
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 0869604..b09d884 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -153,7 +153,7 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."
serve: html
- cd _build/html && python3.3 -m http.server
+ cd _build/html && python3 -m http.server
zip: html
cd _build/html && zip -r ../../../msgpack-doc.zip .