mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 17:30:29 -06:00
fix docs-generate skip logic
This commit is contained in:
@@ -4,7 +4,7 @@ CONFIG_DOCS_BASE_PATH ?= ../docs/extensions
|
||||
|
||||
.PHONY: config-docs-generate
|
||||
config-docs-generate: $(FLAEX)
|
||||
@if [ $(SKIP_CONFIG_DOCS_GENERATE) -eq 1 ]; then \
|
||||
@if [ $(SKIP_CONFIG_DOCS_GENERATE) -ne 1 ]; then \
|
||||
$(FLAEX) >| $(CONFIG_DOCS_BASE_PATH)/$(NAME)/configuration.md \
|
||||
; fi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user