aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2019-12-10 14:25:50 -0500
committerDave Barach <openvpp@barachs.net>2019-12-11 20:41:24 +0000
commit4f85968a43d3de253e7d69bb0d03e542e4a27f9c (patch)
treef6e77a3089d7e6a5a558dc9f46c618d793e3c039 /Makefile
parentd4c709222b67f6c45ee7064637f69de9e9509222 (diff)
docs: Rework the startup configuration section
Type: docs Signed-off-by: John DeNisco <jdenisco@cisco.com> Change-Id: Ic60aac96a4aeb5532f98dfb85c776bf549c0d660 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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