diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh index a08a855..5696b11 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateChapterMenu.sh @@ -27,6 +27,9 @@ function texinfo_updateChapterMenu { local ACTION=$1 local MENUCHAPTERS='' + # Print action name. + cli_printMessage "${MANUAL_BASEFILE}-menu.${MANUAL_EXTENSION}" --as-creating-line + # Build menu of chapters. The Index node is not included as other # nodes are. The Index node is defined inside the master texinfo # file (repository.texinfo) as an included file. To create the final