From 743bb165119ce0ed1ab1eae74e18ccd77c5698d1 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 18 2011 16:00:50 +0000 Subject: Update help.sh: - Fix path to texinfo source files. --- diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index 419fadb..367348f 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -36,7 +36,7 @@ function help { # Define manual top level directory. This is where # language-specific documentation structures are stored in. - MANUAL_TLDIR="$(cli_getRepoTLDir)/Manuals/Repository" + MANUAL_TLDIR="$(cli_getRepoTLDir)/Manuals/Repository/Texinfo" # Define file name (without extension) for documentation manual. MANUAL_NAME=$(cli_getRepoName "repository" -f)