You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: $(BOOK_SRCS)$(MDBOOK)$(MDBOOK_EMBED)$(MDBOOK_RELEASELINK)$(MDBOOK_TABULATE) release-policies src/SUMMARY.md src/crd/clusterawsadm.md src/crd/cluster-api-aws.md## Build the book
91
+
build: $(BOOK_DEPS)## Build the book
81
92
$(MDBOOK) build
82
93
83
94
.PHONY: serve
84
-
serve: $(MDBOOK)$(MDBOOK_EMBED)$(MDBOOK_RELEASELINK)$(MDBOOK_TABULATE) release-policies src/SUMMARY.md src/crd/clusterawsadm.md src/crd/cluster-api-aws.md## Run a local webserver with the compiled book
95
+
serve: $(BOOK_DEPS)## Run a local webserver with the compiled book
0 commit comments