Revert "comment out .make/docs.mk config-docs-generate target"

This reverts commit 9c3fb1cf4c.
This commit is contained in:
A.Unger
2021-11-20 11:40:47 +01:00
parent 9c3fb1cf4c
commit 45a559f707
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ def main(ctx):
build_release_helpers = [
changelog(ctx),
docs(ctx),
#docs(ctx),
]
test_pipelines.append(

View File

@@ -3,7 +3,7 @@ SKIP_CONFIG_DOCS_GENERATE ?= 0
CONFIG_DOCS_BASE_PATH ?= ../docs/extensions
#.PHONY: config-docs-generate
config-docs-generate: $(FLAEX)
#config-docs-generate: $(FLAEX)
# @if [ $(SKIP_CONFIG_DOCS_GENERATE) -ne 1 ]; then \
# $(FLAEX) >| $(CONFIG_DOCS_BASE_PATH)/$(NAME)/configuration.md \
# ; fi;