Remove incorrect docstring
[osm/N2VC.git] / Makefile
index 04bc522..4a4ea32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ test:
 
 docs: .tox
        $(PIP) list | grep Sphinx || $(PIP) install -U sphinx
-       rm -rf docs/api/*
+       rm -rf docs/api/* docs/_build/
        $(BIN)/sphinx-apidoc -o docs/api/ juju/
        $(BIN)/sphinx-build -b html docs/  docs/_build/