From 84f3b09fcc35b7a2392210f6ca37904be22b5701 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 22 2011 02:44:44 +0000 Subject: Update `texinfo_updateStructureSection.sh': - Start using `texinfo_makeSeeAlso' functionality as part of section structure actualization. Each time a section is created or deleted the `texinfo_makeSeeAlso' functionality is executed for the MANUAL_ENTRY in question. --- diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh index 1372167..4565f8b 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh @@ -114,6 +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}_${ACTIONNAM_CROSREF} ${MANUAL_ENTRY} done