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
|
|
@ -3,5 +3,5 @@ define mb-package-create-archive
|
|||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-command,$(MB_I18N_PACKAGE_CREATE_ARCHIVE) $(2))
|
||||
$(MB_ᕽᕽᕽ )tar -czf $(2) -C $(1) `ls $(1)`
|
||||
endef
|
||||
$(call mb-make-call,mb-doc-function,mb-package-create_archive,"Create an distribution archive.","<dir> <artifact>")
|
||||
$(call mb-make-call,mb-doc-function,mb-package-create_archive,Create an distribution archive.,<dir> <artifact>)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue