Make "ant -projecthelp" show the javadocs and docs targets as well (LUCENE-447),

by Luc Vanlerberghe


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@307284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-10-08 11:01:09 +00:00
parent fb0fb2693b
commit 9d28e26666
1 changed files with 2 additions and 2 deletions

View File

@ -120,11 +120,11 @@
<!-- ================================================================== -->
<!-- -->
<!-- ================================================================== -->
<target name="docs">
<target name="docs" description="Build the website">
<ant dir="site" inheritAll="false"/>
</target>
<target name="javadocs">
<target name="javadocs" description="Generate javadoc">
<mkdir dir="${build.dir}/docs/api"/>
<invoke-javadoc
access="protected"