From d212c991c1296ec88a82c0861d9a838525fb3d83 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 26 2011 16:34:38 +0000 Subject: Update help.sh. --- diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index aab38da..71eb82a 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -161,6 +161,11 @@ function help { # related files (.info, .pdf, .xml, etc.). MANUAL_BASEFILE="${MANUAL_BASEDIR}/${MANUAL_NAME}" + # Define function configuration directory. The function + # configuration directory is used to store functionality's + # related files. + MANUAL_TEMPLATE=${FUNCDIR}/${FUNCDIRNAM}/Templates + # Define documentation entry. ENTRY=$(${FUNCNAM}_getEntry)