Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

# Directories.
ROOT_DIR := $(realpath ../..)
TOOLS_DIR := $(realpath ../../hack/tools)
TOOLS_BIN_DIR := $(TOOLS_DIR)/bin
BIN_DIR := bin
Expand All @@ -31,4 +32,5 @@ serve: $(MDBOOK)

.PHONY: build
build: $(MDBOOK)
$(MDBOOK) build
$(MDBOOK) build
cp $(ROOT_DIR)/index.yaml book