From 8e13598a36cbf56992454a04e1c4e92e4cfb15b8 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 26 Feb 2013 09:49:25 +0900 Subject: docs: better unpacker docstring. --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 . -- cgit v1.2.1