You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/02/15 15:49:20 UTC

svn commit: r744673 - /httpcomponents/httpcore/trunk/BUILDING.txt

Author: olegk
Date: Sun Feb 15 14:49:20 2009
New Revision: 744673

URL: http://svn.apache.org/viewvc?rev=744673&view=rev
Log:
Added instructions how to build documentation

Modified:
    httpcomponents/httpcore/trunk/BUILDING.txt

Modified: httpcomponents/httpcore/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=744673&r1=744672&r2=744673&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/BUILDING.txt (original)
+++ httpcomponents/httpcore/trunk/BUILDING.txt Sun Feb 15 14:49:20 2009
@@ -38,7 +38,17 @@
 
 mvn package assembly:assembly
 
-(5) Building project web site 
+(5) Building documentation 
+
+Execute the following command in order to generate javadoc:
+
+mvn javadoc:javadoc
+
+Execute the following command in order to generate the tutorial in html and pdf formats
+
+mvn docbkx:generate-pdf docbkx:generate-html
+
+(6) Building project web site 
 
 Execute the following command in order to generate the project web site: