39d8ba Update names in Docbook/docbook_convertToXhtml.sh.

Authored and Committed by areguera 13 years ago
    Update names in Docbook/docbook_convertToXhtml.sh.
    
        
Scripts/Functions/Render/Docbook/docbook_convertToXhtml.sh CHANGED
@@ -1,6 +1,6 @@
1
1
#!/bin/bash
2
2
#
3
- # render_convertDocbookToXhtml.sh -- This function produces XHTML
3
+ # docbook_convertToXhtml.sh -- This function produces XHTML
4
4
# output from docbook template instance using XSL stylesheets as
5
5
# reference.
6
6
#
@@ -24,7 +24,7 @@
24
24
# $Id$
25
25
# ----------------------------------------------------------------------
26
26
27
- function render_convertDocbookToXhtml {
27
+ function docbook_convertToXhtml {
28
28
29
29
# Print action message.
30
30
if [[ -f ${FILE}.xhtml ]];then