X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=2418d1bad8d3cb76fec31f586406dbfa7c51e689;hb=fbd25b458d70f0ca0743be60ff3d6ab21335707f;hp=2a695bc1e04f095a5b15c9a9ac45106a4ae80d1c;hpb=e0d675350926949f952047aa5d768d2ebac95b81;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index 2a695bc..2418d1b 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ clean: find . -name __pycache__ -type d -exec rm -r {} + find . -name *.pyc -delete rm -rf .tox + rm -rf docs/_build/ .tox: tox -r --notest @@ -23,8 +24,7 @@ test: docs: .tox $(PIP) install -r docs/requirements.txt - rm -rf docs/api/* docs/_build/ - $(BIN)/sphinx-apidoc -o docs/api/ juju/ + rm -rf docs/_build/ $(BIN)/sphinx-build -b html docs/ docs/_build/ cd docs/_build/ && zip -r docs.zip *