X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=ff523ed537e8a5467bbcaa1ac9c1de4de4576bf8;hb=8d27fa73f22803d518993090804724f76350cfcc;hp=e5172eb8a5cf7c309d86a79e6d80e43557cdfc97;hpb=f0797d130f82f751c1657e40e203eeb26f7aa3da;p=vpp.git diff --git a/Makefile b/Makefile index e5172eb8a5c..ff523ed537e 100644 --- a/Makefile +++ b/Makefile @@ -684,7 +684,7 @@ docs-venv: @($(SPHINX_SCRIPTS_DIR)/sphinx-make.sh venv) .PHONY: docs -docs: $(DOCS_DIR) docs-venv +docs: $(DOCS_DIR) @($(SPHINX_SCRIPTS_DIR)/sphinx-make.sh html) .PHONY: docs-clean