Add changelog to docs
[osm/N2VC.git] / Makefile
index eaf18a6..ed9c3aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ docs: .tox
        rm -rf docs/api/* docs/_build/
        $(BIN)/sphinx-apidoc -o docs/api/ juju/
        $(BIN)/sphinx-build -b html docs/  docs/_build/
+       cd docs/_build/ && zip -r docs.zip *
 
 upload: docs
        $(PY) setup.py sdist upload upload_docs --upload-dir=docs/_build