diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-12-05 19:05:42 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-12-05 19:05:42 +0000 |
| commit | 6bf5c6e31a139946a095aaa8ad3705107bc11c82 (patch) | |
| tree | e0918fbff40378087bdd5519c3e7546140eb4742 /qpid | |
| parent | 54ba91ec9192e76784e2e1b0863eb9afc62e9757 (diff) | |
| download | qpid-python-6bf5c6e31a139946a095aaa8ad3705107bc11c82.tar.gz | |
update Readme and Makefile to account for latest build process
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1042409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/doc/book/Makefile | 2 | ||||
| -rw-r--r-- | qpid/doc/book/README.txt | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/qpid/doc/book/Makefile b/qpid/doc/book/Makefile index 3c52916cf3..2145acc97c 100644 --- a/qpid/doc/book/Makefile +++ b/qpid/doc/book/Makefile @@ -45,4 +45,4 @@ build/Programming-In-Apache-Qpid: ./build-book.sh Programming-In-Apache-Qpid clean: - rm -rf build pdf + rm -rf build diff --git a/qpid/doc/book/README.txt b/qpid/doc/book/README.txt index 1dbcee4e0f..1fc99c94a0 100644 --- a/qpid/doc/book/README.txt +++ b/qpid/doc/book/README.txt @@ -20,13 +20,13 @@ After installing, use make to build the documentation: $ make -By default, the Makefile builds a PDF. It supports the following -targets: +The Makefile supports the following targets: -pdf Make the PDF -html Make HTML pages -all Make both PDF and HTML -clean Delete the build and output directories +all Builds the cpp, java, and programming targets. +cpp Build html+pdf for the C++ broker. +java Build html+pdf for the Java broker. +programming Build html+pdf for Programming In Apache Qpid. +clean Delete the build directory You will see quite a few error messages. Many of these are due to |
