From 7228ae424d681d525db79d0b4a62c902366badec Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 01:17:52 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_makeSeeAlso.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh index 5f0434e..9126ee9 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh @@ -57,7 +57,7 @@ function texinfo_makeSeeAlso { fi # Define `SeeAlso' transltaion marker regular expression pattern. - TMARK_PATTERN="^@c -- <\[${TCAR_CLI_NAME}\(SeeAlso(,(itemize|enumerate|menu))?\)$" + TMARK_PATTERN="^@c -- <\[${CLI_NAME}\(SeeAlso(,(itemize|enumerate|menu))?\)$" # Retrive `SeeAlso' translation marker definition lines. Be sure # to retrive unique definitions only. If the same definition is @@ -112,7 +112,7 @@ function texinfo_makeSeeAlso { # markers that can provided and here we need to precisely set # the one being currently processed, not those whose could be # processed. - LIST_TYPE_PATTERN="^@c -- <\[${TCAR_CLI_NAME}\(SeeAlso${LIST_PROP}\)$" + LIST_TYPE_PATTERN="^@c -- <\[${CLI_NAME}\(SeeAlso${LIST_PROP}\)$" # Redefine list's entry based on translation marker definition. if [[ $LIST_TYPE =~ '^menu$' ]];then @@ -130,7 +130,7 @@ function texinfo_makeSeeAlso { fi # Define menu using menu nodes. - LIST_DEF="@c -- <[${TCAR_CLI_NAME}(SeeAlso${LIST_PROP})\n@${LIST_TYPE}\n${LIST_ENTRIES}@end ${LIST_TYPE}\n@c -- ]>" + LIST_DEF="@c -- <[${CLI_NAME}(SeeAlso${LIST_PROP})\n@${LIST_TYPE}\n${LIST_ENTRIES}@end ${LIST_TYPE}\n@c -- ]>" # Expand list definition using translation marker and list # definition itself. Be sure that no expansion be done when