You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/09/27 17:57:31 UTC

svn commit: r1391070 - in /lucene/dev/trunk/lucene: BUILD.txt README.txt

Author: rmuir
Date: Thu Sep 27 15:57:30 2012
New Revision: 1391070

URL: http://svn.apache.org/viewvc?rev=1391070&view=rev
Log:
LUCENE-4437: add note to README about how to build documentation

Modified:
    lucene/dev/trunk/lucene/BUILD.txt
    lucene/dev/trunk/lucene/README.txt

Modified: lucene/dev/trunk/lucene/BUILD.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/BUILD.txt?rev=1391070&r1=1391069&r2=1391070&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/BUILD.txt (original)
+++ lucene/dev/trunk/lucene/BUILD.txt Thu Sep 27 15:57:30 2012
@@ -73,6 +73,8 @@ location of your ant installation, typin
 and command prompt should run ant.  Ant will by default look for the
 "build.xml" file in your current directory, and compile Lucene.
 
+If you want to build the documentation, type "ant documentation".
+
 For further information on Lucene, go to:
   http://lucene.apache.org/
 

Modified: lucene/dev/trunk/lucene/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/README.txt?rev=1391070&r1=1391069&r2=1391070&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/README.txt (original)
+++ lucene/dev/trunk/lucene/README.txt Thu Sep 27 15:57:30 2012
@@ -19,3 +19,5 @@ Files are organized by module, for examp
 
 To review the documentation, read the main documentation page, located at:
 `docs/index.html`
+
+To build Lucene or its documentation for a source distribution, see BUILD.txt