From 18b6245d0c89c88bfa8df54a43a739fa6d8fa3f5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 08 2012 01:01:19 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_editEntry.sh' file. --- 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 + }