db459e Update `docbook' rendition backend:

Authored and Committed by areguera 13 years ago
    Update `docbook' rendition backend:
    
        - Rename Xsl/ directory to Styles/. Others styles different to XSL
          might be stored here (e.g., DSL).
    
        - Update `docbook.sh' to reflect the change.
    
    
        
Scripts/Functions/Render/Backends/Docbook/Styles/docbook2fo.xsl Scripts/Functions/Render/Backends/Docbook/Xsl/docbook2fo.xsl
file renamed
file was renamed with no change to the file
Scripts/Functions/Render/Backends/Docbook/Styles/docbook2xhtml-chunks.xsl Scripts/Functions/Render/Backends/Docbook/Xsl/docbook2xhtml-chunks.xsl
file renamed
file was renamed with no change to the file
Scripts/Functions/Render/Backends/Docbook/Styles/docbook2xhtml-common.xsl Scripts/Functions/Render/Backends/Docbook/Xsl/docbook2xhtml-common.xsl
file renamed
file was renamed with no change to the file
Scripts/Functions/Render/Backends/Docbook/Styles/docbook2xhtml-single.xsl Scripts/Functions/Render/Backends/Docbook/Xsl/docbook2xhtml-single.xsl
file renamed
file was renamed with no change to the file
Scripts/Functions/Render/Backends/Docbook/docbook.sh CHANGED
@@ -27,7 +27,7 @@ function docbook {
27
27
28
28
# Initialize absolute path to Xsl directory. This is the location
29
29
# where customization of XSL tranformations are stored in.
30
- RENDER_DOCBOOK_XSLDIR="${RENDER_BACKEND_DIR}/$(cli_getRepoName ${RENDER_BACKEND} -d)/Xsl"
30
+ RENDER_DOCBOOK_XSLDIR="${RENDER_BACKEND_DIR}/$(cli_getRepoName ${RENDER_BACKEND} -d)/Styles"
31
31
32
32
${RENDER_BACKEND}_convertToPdf
33
33
${RENDER_BACKEND}_convertToXhtml