From fc91b6dba0e2c6c16cd28edae63fbd1c321bc101 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Wed, 4 Jan 2012 04:34:20 +0000 Subject: 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 --- qpid/doc/book/build-book.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid') 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 -- cgit v1.2.1