summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-10-21 01:47:54 +0900
committerINADA Naoki <inada-n@klab.com>2013-10-21 01:47:54 +0900
commitf31a4403a1715ea5b48a12e1aa58df0e74b7e85f (patch)
treeec7a77f177acba976bdeacc7573a8fe13223cabb /Makefile
parent1d0096b998abca1276b88ae6960316f8cff273b9 (diff)
downloadmsgpack-python-f31a4403a1715ea5b48a12e1aa58df0e74b7e85f.tar.gz
Document update.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71be6af..2e53d08 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ doc-serve: all
doc:
cd docs && make zip
+upload-doc:
+ python setup.py upload_docs --upload-dir docs/_build/html
+
cython:
cython --cplus msgpack/*.pyx