diff options
| -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 |
