We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6c37a commit 7db9a40Copy full SHA for 7db9a40
tools/make/docs.mk
@@ -1,10 +1,10 @@
1
DOCS_OUTPUT_DIR := docs/html
2
+RELEASE_VERSIONS ?= $(foreach v,$(wildcard ${ROOT_DIR}/docs/*),$(notdir ${v}))
3
4
##@ Docs
5
6
.PHONY: docs
7
docs: docs.clean $(tools/sphinx-build) ## Generate Envoy Gateway Docs Sources
- $(eval RELEASE_VERSIONS := latest $(shell cat VERSION))
8
mkdir -p $(DOCS_OUTPUT_DIR)
9
cp docs/index.html $(DOCS_OUTPUT_DIR)/index.html
10
@for VERSION in $(RELEASE_VERSIONS); do \
0 commit comments