diff --git a/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateChaptersFiles.sh b/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateChaptersFiles.sh index 6a62ec5..99464bb 100755 --- a/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateChaptersFiles.sh +++ b/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateChaptersFiles.sh @@ -50,6 +50,6 @@ function texinfo_updateChaptersFiles { echo "" > $MANUAL_CHAPTER_DIR/chapter-nodes.texi # Initialize chapter instroduction using template file. - cp ${FUNCCONFIG}/manual-cha-intro.texi $MANUAL_CHAPTER_DIR/chapter-intro.texi + cp ${MANUAL_TEMPLATE}/manual-chapter-intro.texi $MANUAL_CHAPTER_DIR/chapter-intro.texi }