From 604e9b73f5b68165a8116d4761fb9195b38f31e8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 14 2012 16:47:53 +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 523372f..9b7fb29 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_makeSeeAlso.sh @@ -84,7 +84,7 @@ function texinfo_makeSeeAlso { # menu nodes. Reverse the output here to produce the correct value # based on menu nodes definition set further. CHILD_ENTRIES=$(cli_getFilesList $(dirname ${MANUAL_ENTRY}) \ - --pattern="${ENTRY_PATTERN}-[[:alnum:]]+\.${MANUAL_EXTENSION}" | sort -r | uniq ) + --pattern="^.+/${ENTRY_PATTERN}-[[:alnum:]]+\.${MANUAL_EXTENSION}$" | sort -r | uniq ) # Loop through translation marker definition lines. for TMARK in $TMARKS;do