mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-16 00:59:37 -06:00
Revert "comment out .make/docs.mk config-docs-generate target"
This reverts commit 9c3fb1cf4c.
This commit is contained in:
@@ -146,7 +146,7 @@ def main(ctx):
|
||||
|
||||
build_release_helpers = [
|
||||
changelog(ctx),
|
||||
docs(ctx),
|
||||
#docs(ctx),
|
||||
]
|
||||
|
||||
test_pipelines.append(
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user