summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-02-26 09:49:25 +0900
committerINADA Naoki <inada-n@klab.com>2013-02-26 09:49:25 +0900
commit8e13598a36cbf56992454a04e1c4e92e4cfb15b8 (patch)
tree9a9ada98ce639dcac265f23212975e275b96a699 /Makefile
parent3ce005cf377eaeb5a517ce82698e4ae4381e67b9 (diff)
downloadmsgpack-python-8e13598a36cbf56992454a04e1c4e92e4cfb15b8.tar.gz
docs: better unpacker docstring.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da17b81..3fe278e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ all: cython
doc-serve: all
cd docs && make serve
+doc:
+ cd docs && make zip
+
cython:
cython msgpack/*.pyx