diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-06-17 18:51:23 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-06-17 18:51:23 +0000 |
| commit | 2fe8944cf76bb204a867e44fddd2720373310ae9 (patch) | |
| tree | eccdbbf15a2771b6627d0d28c00654eba1fc85e9 | |
| parent | f9210fec8d97cdc72ce1dec76401bc403217ae89 (diff) | |
| download | qpid-python-2fe8944cf76bb204a867e44fddd2720373310ae9.tar.gz | |
Fixed numbering for sections - now includes chapter.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@955706 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/build-book.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/doc/book/build-book.sh b/qpid/doc/book/build-book.sh index 0f51fa1051..5d8be9bf51 100644 --- a/qpid/doc/book/build-book.sh +++ b/qpid/doc/book/build-book.sh @@ -20,16 +20,16 @@ cp -r src/images build/$1/html-single cp -r src/images build/$1/html # Create single-page .html -xsltproc --xinclude --stringparam section.autolabel 1 --stringparam callout.graphics 0 --stringparam callout.unicode 0 /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/html/docbook.xsl src/$1.xml >build/$1/html-single/$1.html +xsltproc --xinclude --stringparam section.autolabel 1 --stringparam callout.graphics 0 --stringparam callout.unicode 0 --stringparam section.label.includes.component.label 1 /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/html/docbook.xsl src/$1.xml >build/$1/html-single/$1.html # 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 /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/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 /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/html/chunk.xsl $INFILE popd # Create the .fo -xsltproc --xinclude --stringparam section.autolabel 1 --stringparam callout.graphics 0 --stringparam callout.unicode 0 /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/fo/docbook.xsl src/$1.xml >build/$1/pdf/$1.fo +xsltproc --xinclude --stringparam section.autolabel 1 --stringparam callout.graphics 0 --stringparam callout.unicode 0 --stringparam section.label.includes.component.label 1 /usr/share/sgml/docbook/xsl-stylesheets-1.75.2/fo/docbook.xsl src/$1.xml >build/$1/pdf/$1.fo # Use Apache FOP to create the PDF fop build/$1/pdf/$1.fo build/$1/pdf/$1.pdf |
