From 64938440791c41c4b2b19190c77753b9e8618b60 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 06 2013 04:20:53 +0000 Subject: Update configuration file used to produce the corporate.asciidoc file. - Previously, the render.conf file was producing corporate.xhtml instead of corporate.html. This update changes the render.conf file to produce corporate.html instead of corporate.xhtml file. - Previously, the render.conf file was using two different sections to produce single and chunks XHTML output in each of them. This update changes the render.conf file to produce both single and chunks XHTML output in a single configuration section. --- diff --git a/Artworks/Documentation/Corporate/render.conf b/Artworks/Documentation/Corporate/render.conf index 42b8ca7..6b55b39 100644 --- a/Artworks/Documentation/Corporate/render.conf +++ b/Artworks/Documentation/Corporate/render.conf @@ -5,7 +5,7 @@ render-from = "corporate.svgz" locale-from = "${TCAR_SCRIPT_LANG_LC}/messages.po" command = "/usr/bin/convert -colors 32" -[corporate.xhtml] +[corporate.html] render-type = "asciidoc" render-flow = "article" render-from = "corporate.asciidoc" @@ -13,14 +13,4 @@ locale-from = "${TCAR_SCRIPT_LANG_LC}/messages.po" images-from = "${TCAR_BASEDIR}/Artworks/Icons/Webenv" styles-from = "${TCAR_BASEDIR}/Artworks/Webenv/Docbook/1.69.1/Css" formats = "xhtml" -render-page = "single" - -[corporate-chunks] -render-type = "asciidoc" -render-flow = "article" -render-from = "corporate.asciidoc" -locale-from = "${TCAR_SCRIPT_LANG_LC}/messages.po" -images-from = "${TCAR_BASEDIR}/Artworks/Icons/Webenv" -styles-from = "${TCAR_BASEDIR}/Artworks/Webenv/Docbook/1.69.1/Css" -formats = "xhtml" -render-page = "chunks" +render-page = "single chunks"