summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorRobert Godfrey <rgodfrey@apache.org>2012-01-04 04:34:20 +0000
committerRobert Godfrey <rgodfrey@apache.org>2012-01-04 04:34:20 +0000
commitfc91b6dba0e2c6c16cd28edae63fbd1c321bc101 (patch)
treea39d91b1380bad399a611280f4195d70669fcccf /qpid
parent4aaa28b671fdb62ccf8f267102f906fb8a981b80 (diff)
downloadqpid-python-fc91b6dba0e2c6c16cd28edae63fbd1c321bc101.tar.gz
QPID-3722 : Update to generate UTF-8 encoded output for the HTML
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1227043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rwxr-xr-xqpid/doc/book/build-book.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/build-book.sh b/qpid/doc/book/build-book.sh
index 59b9a3fd50..5cc02b9fd8 100755
--- a/qpid/doc/book/build-book.sh
+++ b/qpid/doc/book/build-book.sh
@@ -53,7 +53,7 @@ xsltproc --xinclude --stringparam section.autolabel 1 --stringparam callout.g
# Create chunked .html
INFILE=$(readlink -f src/$1.xml)
pushd build/$1/html
-xsltproc --xinclude --stringparam chunk.section.depth 1 --stringparam section.autolabel 1 --stringparam callout.graphics 0 --stringparam callout.unicode 0 --stringparam section.label.includes.component.label 1 --stringparam use.id.as.filename 1 --stringparam html.stylesheet css/style.css --stringparam section.autolabel.max.depth 3 --stringparam toc.section.depth 2 ${DOCBOOK_XSL}/html/chunk.xsl $INFILE
+xsltproc --xinclude --stringparam chunk.section.depth 1 --stringparam section.autolabel 1 --stringparam callout.graphics 0 --stringparam callout.unicode 0 --stringparam section.label.includes.component.label 1 --stringparam use.id.as.filename 1 --stringparam html.stylesheet css/style.css --stringparam section.autolabel.max.depth 3 --stringparam toc.section.depth 2 --stringparam chunker.output.encoding UTF-8 ${DOCBOOK_XSL}/html/chunk.xsl $INFILE
popd
# Create the .fo