From 1c12f6508ca99bdf0d80cd8cd89b4021c2041d55 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 27 2011 14:43:40 +0000 Subject: Update `help.sh'. --- diff --git a/Scripts/Bash/Functions/Help/help.sh b/Scripts/Bash/Functions/Help/help.sh index 813991f..db34d9f 100755 --- a/Scripts/Bash/Functions/Help/help.sh +++ b/Scripts/Bash/Functions/Help/help.sh @@ -52,7 +52,7 @@ function help { # permitted, use `trunk/Manuals' directory structure as default # location to store documentation manuals. if [[ ! $MANUAL_TLDIR =~ "^${CLI_WRKCOPY}/(trunk/Manuals|branches/Manuals/[[:alnum:]-]+)$" ]];then - MANUAL_TLDIR="${CLI_WRKCOPY}/trunk/Manuals" + MANUAL_TLDIR="${CLI_WRKCOPY}/branches/Manuals/Texinfo" fi # Initialize documentation entries arrays. Arrays defined here