From 2321ce5ff692238d76eae45ad168de551cafabe6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:23:13 +0000 Subject: Update `Functions/Render/Docbook/docbook_expandLicenses.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh index 1762f47..6a02691 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_expandLicenses.sh @@ -34,13 +34,16 @@ function docbook_expandLicenses { local INSTANCE=$1 + # Define absolute path to Docbook models. + local DOCBOOK_MODELS="${TCAR_WORKDIR}/trunk/Documentation/Models/Docbook" + # Define list of files holding licenses you want to include. Note # even this files are not inside the documentation structure # itself, they are connected with it. The files holding license # information does contain id information used inside the # documentation structure at cross references. - local LICENSES="${DOCBOOK_MODELS_DIR}/Default/Licenses/gpl.docbook \ - ${DOCBOOK_MODELS_DIR}/Default/Licenses/gfdl.docbook" + local LICENSES="${DOCBOOK_MODELS}/Default/Licenses/gpl.docbook \ + ${DOCBOOK_MODELS}/Default/Licenses/gfdl.docbook" # Define top level structure in the instance. This is the tag # defined in the second field of DOCTYPE definition.