From f85dc67f419b57784b718046ab598ce280541c98 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Thu, 27 Sep 2012 15:57:30 +0000 Subject: [PATCH] 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 --- lucene/BUILD.txt | 2 ++ lucene/README.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lucene/BUILD.txt b/lucene/BUILD.txt index 196b9863751..7ccab370c51 100644 --- a/lucene/BUILD.txt +++ b/lucene/BUILD.txt @@ -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/ diff --git a/lucene/README.txt b/lucene/README.txt index a70e3e87bd9..fef428b7963 100644 --- a/lucene/README.txt +++ b/lucene/README.txt @@ -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