summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 .