From 4f85968a43d3de253e7d69bb0d03e542e4a27f9c Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Tue, 10 Dec 2019 14:25:50 -0500 Subject: docs: Rework the startup configuration section Type: docs Signed-off-by: John DeNisco Change-Id: Ic60aac96a4aeb5532f98dfb85c776bf549c0d660 Signed-off-by: Dave Barach --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.2.3-korg