Remove check for ONESHELL support (#77293)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2023-10-27 17:02:50 +01:00
committed by GitHub
parent 71e3814c46
commit 3d22024556
-7
View File
@@ -7,16 +7,9 @@ MAKEFLAGS += --no-builtin-rule
include docs.mk
PRECHECK :=
ifneq ($(filter oneshell,$(.FEATURES)),)
else
$(error This Makefile requires GNU Make version 4 or higher)
endif
.PHONY: sources/panels-visualizations/query-transform-data/transform-data/index.md
sources/panels-visualizations/query-transform-data/transform-data/index.md: ## Generate the Transform Data page source.
sources/panels-visualizations/query-transform-data/transform-data/index.md:
@$(PRECHECK)
cd $(CURDIR)/..
npx tsc ./scripts/docs/generate-transformations.ts
node ./scripts/docs/generate-transformations.js > $(CURDIR)/$@