You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/02/10 14:17:39 UTC

svn commit: r908488 - /click/trunk/click/documentation/docs/developer-guide/releasing.html

Author: sabob
Date: Wed Feb 10 13:17:39 2010
New Revision: 908488

URL: http://svn.apache.org/viewvc?rev=908488&view=rev
Log:
generate user docs before copying files to website

Modified:
    click/trunk/click/documentation/docs/developer-guide/releasing.html

Modified: click/trunk/click/documentation/docs/developer-guide/releasing.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/developer-guide/releasing.html?rev=908488&r1=908487&r2=908488&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/releasing.html Wed Feb 10 13:17:39 2010
@@ -388,6 +388,9 @@
 cd click/build
 ant get-deps
 ant build-distribution
+cd ../documentation/xdocs/
+ant get-deps
+ant all
 rsync -avz --exclude ".svn" ~/temp/click/documentation/ /www/click.apache.org/</pre>
 
                 <p/>