summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent3ce005cf377eaeb5a517ce82698e4ae4381e67b9 (diff)
downloadmsgpack-python-8e13598a36cbf56992454a04e1c4e92e4cfb15b8.tar.gz
docs: better unpacker docstring.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 427a980..0869604 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -154,3 +154,6 @@ doctest:
serve: html
cd _build/html && python3.3 -m http.server
+
+zip: html
+ cd _build/html && zip -r ../../../msgpack-doc.zip .