X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=07a459a64009042e1f62478d31667d5faa86d4d5;hb=refs%2Ftags%2F0.1.0;hp=4a4ea3246f05ab025fc4d84cbbf424a82c780228;hpb=5fb4bf62251df12b61cafc2924ed6d5fbb8181b7;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index 4a4ea32..07a459a 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,7 @@ docs: .tox $(BIN)/sphinx-apidoc -o docs/api/ juju/ $(BIN)/sphinx-build -b html docs/ docs/_build/ -.PHONY: clean client test docs +upload: docs + $(PY) setup.py sdist upload upload_docs --upload-dir=docs/_build + +.PHONY: clean client test docs upload