From e34894bdceadddd233554dea63942fecf66304f3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 22 2011 03:25:24 +0000 Subject: Update `texinfo_updateStructureSection.sh' and `texinfo_editEntry.sh': - Remove definition of second positional parameter from `texinfo_makeSeeAlso' invocation. It isn't used. --- diff --git a/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh index 713d0aa..c9bc146 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh @@ -53,9 +53,9 @@ function texinfo_editEntry { # Print action message. cli_printMessage "$MANUAL_ENTRY" --as-updating-line - # Rebuild menu definition set inside section entry using two - # levels deep. - ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" "2" + # Rebuild menu definition set inside section entry using one + # level ahead only. + ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" fi diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh index 4565f8b..af1fcaf 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh @@ -114,7 +114,7 @@ function texinfo_updateStructureSection { for MANUAL_ENTRY in ${MANUAL_ENTRIES};do ${FLAG_BACKEND}_${ACTIONNAM_SECMENU} ${FLAG_BACKEND}_updateSectionNodes - ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" "2" + ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" ${FLAG_BACKEND}_${ACTIONNAM_CROSREF} ${MANUAL_ENTRY} done