diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh index bba3278..ce57c96 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_editEntry.sh @@ -74,4 +74,7 @@ function texinfo_editEntry { fi + # Rebuild output files to propagate recent changes, if any. + texinfo_updateOutputFiles + }