From f2cecf009af8a208ac72a24300021b2936e246c4 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 18 2011 13:45:59 +0000 Subject: Update `texinfo_createStructure.sh'. --- diff --git a/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh b/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh index 404644d..853ec28 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_createStructure.sh @@ -90,14 +90,14 @@ function texinfo_createStructure { # no file exists (e.g., a new language-specific manual is being # created), use texinfo templates for it. for FILE in $FILES;do - if [[ ! -f ${MANUAL_BASEDIR}/$(basename ${FILE}) ]];then + if [[ ! -f ${MANUAL_BASEDIR_L10N}/$(basename ${FILE}) ]];then # Be sure the file is inside the working copy and under # version control. cli_checkFiles ${FILE} -wn # Define target file. - local DST=${MANUAL_BASEDIR}/$(basename ${FILE} \ + local DST=${MANUAL_BASEDIR_L10N}/$(basename ${FILE} \ | sed -r "s!manual!${MANUAL_NAME}!") # Copy using subversion to register this action.