diff --git a/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh b/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh index 38560a5..ff9b260 100755 --- a/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh +++ b/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh @@ -65,7 +65,8 @@ function texinfo_updateNodes { # Expand common translation markers. cli_replaceTMarkers "${MANUAL_BASEDIR}/$INCL" - # Expand texinfo-specific translation markers. + # Expand specific translation markers. + sed -i -r "s!=SECT=!${SECT}!g" "${MANUAL_BASEDIR}/$INCL" ${FLAG_BACKEND}_makeSeeAlso "${MANUAL_BASEDIR}/$INCL" "$NODE" fi