Author: robbie
Date: Sun Dec 5 19:05:42 2010
New Revision: 1042409
URL: http://svn.apache.org/viewvc?rev=1042409&view=rev
Log:
update Readme and Makefile to account for latest build process
Modified:
qpid/trunk/qpid/doc/book/Makefile
qpid/trunk/qpid/doc/book/README.txt
Modified: qpid/trunk/qpid/doc/book/Makefile
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/Makefile?rev=1042409&r1=1042408&r2=1042409&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/Makefile (original)
+++ qpid/trunk/qpid/doc/book/Makefile Sun Dec 5 19:05:42 2010
@@ -45,4 +45,4 @@ build/Programming-In-Apache-Qpid:
./build-book.sh Programming-In-Apache-Qpid
clean:
- rm -rf build pdf
+ rm -rf build
Modified: qpid/trunk/qpid/doc/book/README.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/README.txt?rev=1042409&r1=1042408&r2=1042409&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/README.txt (original)
+++ qpid/trunk/qpid/doc/book/README.txt Sun Dec 5 19:05:42 2010
@@ -20,13 +20,13 @@ After installing, use make to build the
$ 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
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]