39d8ba
Update names in Docbook/docbook_convertToXhtml.sh.
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
#
|
3
|
-
#
|
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
|
27
|
+
function docbook_convertToXhtml {
|
28
28
|
|
29
29
|
# Print action message.
|
30
30
|
if [[ -f ${FILE}.xhtml ]];then
|