diff --git a/docs/docset/Makefile b/docs/docset/Makefile index 6cdca4a03..eb1cfd38c 100644 --- a/docs/docset/Makefile +++ b/docs/docset/Makefile @@ -1,3 +1,4 @@ +SHELL=/usr/bin/env bash SED ?= $(shell which gsed 2>/dev/null || which sed) MKDOCS_PAGES=$(shell cd ../mkdocs/docs/ && find * -type f -name '*.md' | sort)