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
|
|
@ -4,7 +4,7 @@ $(MB_ᕽᕽᕽ )$(call mb-make-call,mb-make-check-arg2,$(0),$(1),$(2))
|
|||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-command,$(MB_I18N_CONV_UNIX2DOS) $(2))
|
||||
$(MB_ᕽᕽᕽ )unix2dos -q -n $(1) $(2)
|
||||
endef
|
||||
$(call mb-make-call,mb-doc-function,mb-conv-unix2dos,"Converts an unix file to dos.","<in> <out>")
|
||||
$(call mb-make-call,mb-doc-function,mb-conv-unix2dos,Converts an unix file to dos.,<in> <out>)
|
||||
|
||||
|
||||
define mb-conv-dos2unix
|
||||
|
|
@ -12,5 +12,5 @@ $(MB_ᕽᕽᕽ )$(call mb-make-call,mb-make-check-arg2,mb-conv-dos2unix,
|
|||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-command,$(MB_I18N_CONV_DOS2UNIX) $(2))
|
||||
$(MB_ᕽᕽᕽ )dos2unix -q -n $(1) $(2)
|
||||
endef
|
||||
$(call mb-make-call,mb-doc-function,mb-conv-dos2unix,"Converts an dos file to unix.","<in> <out>")
|
||||
$(call mb-make-call,mb-doc-function,mb-conv-dos2unix,Converts an dos file to unix.,<in> <out>)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue