From 970122e393fa6d260a4dbdb81ee95aa0201bd82f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 04 2012 03:59:53 +0000 Subject: Update `Functions/Render/Docbook/docbook.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook.sh b/Scripts/Bash/Functions/Render/Docbook/docbook.sh index ef6c256..4290bce 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook.sh @@ -68,7 +68,13 @@ function docbook { docbook_convertToXhtmlChunk docbook_convertToXhtml docbook_convertToText - docbook_convertToPdfFromXml + + # NOTE: The current transformation from DocBook to PDF fails when + # we started to use DocBook tags inside DocBook files. + # Probably we need to test what happen when a newer release of XSL + # is used. Thus, comment production of PDF files until it can be + # produced correctly. + #docbook_convertToPdfFromXml # NOTE: From version 5.0 on, DocBook specification is no longer a # SGML specification but an XML specification only. Thus,