diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh b/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh index b85a522..5b49f51 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateManuals.sh @@ -28,7 +28,7 @@ function prepare_updateManuals { # Render key documentation manuals. - ${CLI_BASEDIR}/${TCAR_CLI_NAME}.sh render trunk/Documentation/Manuals/Docbook/Tcar-ug --dont-commit-changes - ${CLI_BASEDIR}/${TCAR_CLI_NAME}.sh help trunk/Documentation/Manuals/Texinfo/Tcar-fs --update --dont-commit-changes + ${CLI_BASEDIR}/${CLI_NAME}.sh render trunk/Documentation/Manuals/Docbook/Tcar-ug --dont-commit-changes + ${CLI_BASEDIR}/${CLI_NAME}.sh help trunk/Documentation/Manuals/Texinfo/Tcar-fs --update --dont-commit-changes }