From d607ab34b544ab08d2b043e4bdb93751d7d49ff4 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 01:17:58 +0000 Subject: Update `Functions/Prepare/prepare_updateManuals.sh' file. --- 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 }