From 8599c57bd440540158cfcd8c2244a6e776bcb6de Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 25 2011 04:23:06 +0000 Subject: Update help_getEntry.sh. --- diff --git a/Scripts/Functions/Help/help_getEntry.sh b/Scripts/Functions/Help/help_getEntry.sh index 805662f..82675a5 100755 --- a/Scripts/Functions/Help/help_getEntry.sh +++ b/Scripts/Functions/Help/help_getEntry.sh @@ -46,16 +46,17 @@ function help_getEntry { # Verify the entry relative path to find out which documentation # manual we are acting on. As convenction, whatever documentation - # entry you provide outside trunk/Manuals/ directory structure is - # considered as you are documenting the repository directory - # structure. Otherwise, if an entry inside trunk/Manuals/ is - # provided, the directory structure provided is used as default - # documentation manual for actions like `--create' and `--update' - # to take place on. Other options like `--edit', `--delete' and - # `--read' cannot be applied to paths provided is inside - # trunk/Manuals/ such actions made manually. + # entry you provide outside trunk/Identity/Manuals/ directory + # structure is considered as you are documenting the repository + # directory structure. Otherwise, if an entry inside + # trunk/Identity/Manuals/ is provided, the directory structure + # provided is used as default documentation manual for actions + # like `--create' and `--update' to take place on. Other options + # like `--edit', `--delete' and `--read' cannot be applied to + # paths provided inside trunk/Identity/Manuals/ such actions need + # to be performed manually. if [[ ${ENTRY} =~ '\.texi$' ]];then - ENTRY=$(echo ${ENTRY} | sed 's!trunk/Manual/!!') + ENTRY=$(echo ${ENTRY} | sed 's!trunk/Identity/Manual/!!') else ENTRY=$(dirname Directories/${ENTRY})/$(basename $LOCATION).texi fi