diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-03-17 14:50:04 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-03-17 14:50:04 +0000 |
| commit | 44750722e3d56730ca5ab9bea2d2b5b58dc89534 (patch) | |
| tree | 187418c04af5657a7a282a85a92ce125d7194a5e /doc | |
| parent | 771a36d0973973d0319cedb08bb3cbb487b27471 (diff) | |
| download | qpid-python-44750722e3d56730ca5ab9bea2d2b5b58dc89534.tar.gz | |
Add ./out automatically if not present.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@924316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/book/build.xml b/doc/book/build.xml index f10ab7cac5..c975976b65 100644 --- a/doc/book/build.xml +++ b/doc/book/build.xml @@ -86,6 +86,7 @@ <target name="init"> <mkdir dir="${build.dir}"/> + <mkdir dir="${out.dir}"/> </target> <!-- @@ -125,8 +126,8 @@ <fop format="application/pdf" fofile="${build.dir}/qpid-book.fo" outfile="${out.dir}/qpid-book.pdf"/> -</target> - +</target +> <!-- HTML --> |
