don't use META_OUTPUT_ROOT_FOLDER for docs an enums

This commit is contained in:
David Holdeman 2024-03-20 06:58:23 -05:00 committed by rusefillc
parent 11351c8799
commit be2df2c47d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DOCS_ENUMS_INPUTS = \
$(PROJECT_DIR)/config/boards/subaru_eg33/rusefi_hw_enums.h
.docsenums-sentinel: $(DOCS_ENUMS_INPUTS) $(CONFIG_DEFINITION_BASE) $(ENUM_TO_STRING)
bash $(PROJECT_DIR)/gen_live_documentation.sh
META_OUTPUT_ROOT_FOLDER="" bash $(PROJECT_DIR)/gen_live_documentation.sh
@touch $@
.PHONY: docs-enums