Moved all quoting of docs to print functions.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
This commit is contained in:
parent
ff16e6b5cb
commit
760ebffb6f
37 changed files with 410 additions and 409 deletions
|
|
@ -10,122 +10,121 @@ $(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help)
|
|||
@help-variable:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the make fire variables;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable,"Lists build variables.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable,Lists build variables.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-variable)
|
||||
|
||||
@help-variable-deep:
|
||||
$(MB_@RECIPE)@echo "Documention of the deep make variables;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_DEEP)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-deep,"Lists deep variables.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-deep,Lists deep variables.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-variable-deep)
|
||||
|
||||
@help-variable-rock:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the rock make variables;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_ROCK)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-rock,"Lists rock variables.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-rock,Lists rock variables.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-variable-rock)
|
||||
|
||||
@help-variable-flow:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the flow make variables;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_FLOW)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-flow,"Lists flow variables.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-flow,Lists flow variables.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-variable-flow)
|
||||
|
||||
@help-variable-i18n:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the i18n make variables;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_I18N)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-i18n,"Lists i18n variables.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-variable-i18n,Lists i18n variables.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-variable-i18n)
|
||||
|
||||
@help-function:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the make fire functions;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_FUNCTION)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-function,"Lists build functions.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-function,Lists build functions.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-function)
|
||||
|
||||
@help-function-deep:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the deep make functions;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_FUNCTION_DEEP)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-function-deep,"Lists deep functions.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-function-deep,Lists deep functions.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-function-deep)
|
||||
|
||||
|
||||
@help-function-flow:
|
||||
$(MB_@RECIPE)@echo -e "Documention of the flow make functions;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_FUNCTION_FLOW)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-function-flow,"Lists flow functions.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-function-flow,Lists flow functions.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-function-flow)
|
||||
|
||||
@help-target:
|
||||
$(MB_@RECIPE)@echo -e "Build one of the following make fire targets;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target,"Lists build targets.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target,Lists build targets.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-target)
|
||||
|
||||
@help-target-deep:
|
||||
$(MB_@RECIPE)@echo -e "Build one of the following deep make targets;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_DEEP)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-deep,"Lists deep targets.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-deep,Lists deep targets.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-target-deep)
|
||||
|
||||
@help-target-run:
|
||||
$(MB_@RECIPE)@echo -e "Build one of the following run make targets;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_RUN)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-run,"Lists runnable targets.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-run,Lists runnable targets.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-target-run)
|
||||
|
||||
@help-target-module:
|
||||
$(MB_@RECIPE)@echo -e "Build one of the following module make targets;"
|
||||
$(MB_@RECIPE)$$(file >bin/@help.txt,$$(MB_DOC_FIRE_TARGET_MODULE))
|
||||
$(MB_@RECIPE)@cat bin/@help.txt | sed 's/\\\\n/\n/g' | sed 's/\\\\t/\t/g' | sed 's/\"//g'
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-module,"Lists module targets.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-module,Lists module targets.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-target-module)
|
||||
|
||||
@help-target-assert:
|
||||
$(MB_@RECIPE)@echo -e "Build one of the following assert make targets;"
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_ASSERT)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-assert,"Lists assert targets.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-target-assert,Lists assert targets.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-target-assert)
|
||||
|
||||
@help-machine:
|
||||
$(MB_@RECIPE)@echo -e "Use one of the following machines to build targets;"
|
||||
$(MB_@RECIPE)@echo -e "\n "$(foreach _rom,$(MB_MSXROM_FIRE_MACHINES)," * $(_rom)\n")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-machine,"Lists supported machines.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-machine,Lists supported machines.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-machine)
|
||||
|
||||
@help-all:
|
||||
$(MB_@RECIPE)@echo -e "Documention of all fire functions/variables/targets;\\n"
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Variables")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Variables)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Variables in the deep")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Variables in the deep)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_DEEP)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Variables hard as rock")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Variables hard as rock)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_ROCK)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Variables defining flow")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Variables defining flow)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_FLOW)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Variables for i18n letters")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Variables for i18n letters)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_VARIABLE_I18N)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Functions")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Functions)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_FUNCTION)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Functions in the deep")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Functions in the deep)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_FUNCTION_DEEP)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Functions building flow")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Functions building flow)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_FUNCTION_FLOW)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Targets")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Targets)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Targets in the deep")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Targets in the deep)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_DEEP)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Targets that run away")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Targets that run away)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_RUN)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Targets from modules builds")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Targets from modules builds)
|
||||
$(MB_@RECIPE)$$(file >bin/@help.txt,$$(MB_DOC_FIRE_TARGET_MODULE))
|
||||
$(MB_@RECIPE)@cat bin/@help.txt | sed 's/\\\\n/\n/g' | sed 's/\\\\t/\t/g' | sed 's/\"//g'
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Targets that assert hopefully")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Targets that assert hopefully)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_ASSERT)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,"Targets main project help")
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,Targets main project help)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_HELP)
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-good,OK)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-all,"Lists all documented information.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-all,Lists all documented information.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-all)
|
||||
|
||||
@help-firemake:
|
||||
|
|
@ -147,7 +146,7 @@ $(MB_@RECIPE)@cat bin/@help.txt | sed 's/\\\\n/\n/g' | sed 's/\\\\t/\t/g' | sed
|
|||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_ASSERT)
|
||||
$(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_HELP)
|
||||
$(MB_@RECIPE)@echo -e $$(call mb-make-call,mb-make-xml-close,$$(MB_DOC_XML_ROOT))
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-firemake,"Output all documention in XML for IDE integration.")
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-help,@help-firemake,Output all documention in XML for IDE integration.)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-make-target-phony,@help-firemake)
|
||||
|
||||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
|
|
@ -155,5 +154,5 @@ endef
|
|||
define mb-flow-doc-help
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb-make-call,__$(0),$(1)))
|
||||
endef
|
||||
$(call mb-make-call,mb-doc-function-flow,mb-flow-doc-help,"Inject flow of fire help system.")
|
||||
$(call mb-make-call,mb-doc-function-flow,mb-flow-doc-help,Inject flow of fire help system.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue