summaryrefslogtreecommitdiff
path: root/qpid
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
commit0438dd333140c25e840a00d0ec225e379f48c5a1 (patch)
tree3160eaa80f22fe8fab0c44bbb53867c4628037df /qpid
parent171c4c2a1c3328dc6a1b45a603ddfe6461fef76d (diff)
downloadqpid-python-0438dd333140c25e840a00d0ec225e379f48c5a1.tar.gz
Fixed output directory for html output.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/doc/book/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/build.xml b/qpid/doc/book/build.xml
index c975976b65..ff6c058f9f 100644
--- a/qpid/doc/book/build.xml
+++ b/qpid/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>