rename verify-build-type target to verify-build-revision

This commit is contained in:
Mamadou Babaei
2024-07-14 12:12:42 +02:00
parent 7d827ce6c1
commit 94fac157aa
+4 -4
View File
@@ -246,8 +246,8 @@ prepare-dest:
prepare-src:
@echo "Preparing the handbook source dir $(SG_MDBOOK_SRC_DIR)..."
.PHONY: verify-build-type
verify-build-type:
.PHONY: verify-build-revision
verify-build-revision:
ifeq ($(SG_HANDBOOK_REVISION), next)
@echo "Building an unstable handbook for the next release..."
else # ($(SG_HANDBOOK_REVISION), next)
@@ -304,10 +304,10 @@ serve:
build: info
build: install-build-deps
build: prepare
build: verify-build-type
build: verify-build-revision
build:
.PHONY: deploy
deploy: clean
deploy: build
deploy:
deploy: