summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-03-17 14:51:53 +0000
committerJonathan Robie <jonathan@apache.org>2010-03-17 14:51:53 +0000
commitf40cd6f5aa0f7ae54f341a2f82fdece9746eda54 (patch)
treeb8f0d34ad98f63e2a1238c3d3f1387cbb6204667
parent44750722e3d56730ca5ab9bea2d2b5b58dc89534 (diff)
downloadqpid-python-f40cd6f5aa0f7ae54f341a2f82fdece9746eda54.tar.gz
Fixed output directory for html output.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@924317 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/build.xml b/doc/book/build.xml
index c975976b65..ff6c058f9f 100644
--- a/doc/book/build.xml
+++ b/doc/book/build.xml
@@ -133,7 +133,7 @@
-->
<target name="html" depends="xinclude" description="Generates qpid-book.html">
- <xslt in="${build.dir}/xinclude.xml" out="${build.dir}/qpid-book.html"
+ <xslt in="${build.dir}/xinclude.xml" out="${out.dir}/qpid-book.html"
style="${html.stylesheet}" classpathref="saxon6.classpath">
</xslt>
</target>