From 715f7ded70f2d620a3a2220ecc8935184bc0b841 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 17 2012 00:57:50 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh index 8b68010..82401bf 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_updateOutputFileXhtml.sh @@ -52,7 +52,7 @@ function texinfo_updateOutputFileXhtml { # Update xhtml files. Use texi2html to export from texinfo file # format to xhtml using The CentOS Web default visual style. - texi2html --lang=$(cli_getCurrentLocale --langcode-only) \ + texi2html --lang=$(${CLI_NAME} locale --get-current-locale) \ --init-file=${MANUAL_TEMPLATE}/manual-init.pl \ --init-file=${MANUAL_TEMPLATE_L10N}/manual-init.pl \ -I ${TCAR_WORKDIR} \