From 63e98404cc5b55297a00893e267c68dfc3ede770 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 16 2011 22:00:18 +0000 Subject: Update top comments in `docbook_convertToPdf.sh' and `docbook_convertToPdfFromXml.sh' inside the `docbook' rendition backend. --- diff --git a/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdf.sh b/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdf.sh index c358267..0220601 100755 --- a/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdf.sh +++ b/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdf.sh @@ -2,13 +2,9 @@ # # docbook_convertToPdf.sh -- This function takes DocBook XML as input # and produces two different PDF as outputs; one from DocBook XML and -# another from DocBook SGML. To make the whole process transparent, a -# temporal directory is created for intermediate works and final files -# are moved then to their final location. -# -# Inside `centos-art.sh' script we provide support for both outputs -# produced from DocBook XML and DocBook SGML for you to evaluate and -# if possible correct. +# another from DocBook SGML. We decided to provide support for both +# ways of output production from DocBook XML and DocBook SGML for you +# to evaluate and if possible correct. # # Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG # diff --git a/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdfFromXml.sh b/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdfFromXml.sh index e3ab41d..9ab8056 100755 --- a/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdfFromXml.sh +++ b/Scripts/Functions/Render/Backends/Docbook/docbook_convertToPdfFromXml.sh @@ -29,6 +29,10 @@ # 4. Long file paths near the end of page-body aren't hyphenated. # Even the `hyphenate' property is set to true by default. # +# To make the whole process transparent, a temporal directory is +# created for intermediate works and final files are moved then to +# their final location. +# # Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG # # This program is free software; you can redistribute it and/or modify