From 9b66a0cb52fc1397ea13d1d6db091061dc030302 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 15 2014 19:04:56 +0000 Subject: Update configuration file related to scripts documentation. - Previously, the configuration file related to "Undertanding Modules" documentation manual was retrieving information from the Artworks/ directory which no longer exists. This update changes the configuration file related to "Understanding Modules" documentation manual to retrieve css files file from the Models directory inside the repository and image files from the Webenv/Final directory of the working directory. --- diff --git a/Scripts/Documentation/Understanding_Modules/render.conf b/Scripts/Documentation/Understanding_Modules/render.conf index 046b3dd..20ebb35 100644 --- a/Scripts/Documentation/Understanding_Modules/render.conf +++ b/Scripts/Documentation/Understanding_Modules/render.conf @@ -3,7 +3,7 @@ render-type = "asciidoc" render-flow = "article" render-from = "understanding_modules.asciidoc" locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/understanding_modules.asciidoc.po" -images-from = "${TCAR_BASEDIR}/Artworks/Icons/Webenv/Final" -styles-from = "${TCAR_BASEDIR}/Artworks/Webenv/Docbook/1.69.1/Css" +images-from = "${TCAR_WORKDIR}/Webenv/Final" +styles-from = "${TCAR_BASEDIR}/Models/Documentation/Css" formats = "xhtml" render-page = "single chunks"