X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=6ba2e44f3ccc34d7e33770c4d90431d3eebebd2b;hb=1f2e146bd3f78ac6c7caf7ed92eff82a75644de6;hp=244822beb0866b2ce2a1ee82c8eb9ff88416926b;hpb=e10d167bfe8aec76cee138cbe33166ba89423c8c;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 244822beb08..6ba2e44f3cc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -270,10 +270,8 @@ wipe: reset @rm -rf $(VENV_PATH) @rm -rf $(patsubst %,%/__pycache__, $(VPP_TEST_DIRS) $(BUILD_TEST_SRC)) -$(TEST_DOC_BR): +$(TEST_DOC_BR): $(PIP_INSTALL_DONE) @mkdir -p $@ - @bash -c "source $(VENV_PATH)/bin/activate && \ - $(PYTHON_INTERP) -m pip install sphinx sphinx-rtd-theme" @bash -c "source $(VENV_PATH)/bin/activate && make -C doc html" .PHONY: doc