LUCENE-4437: add note to README about how to build documentation

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1391070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-27 15:57:30 +00:00
parent 94da721fc2
commit f85dc67f41
2 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,8 @@ location of your ant installation, typing "ant" at the shell prompt
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/

View File

@ -19,3 +19,5 @@ Files are organized by module, for example in core/:
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