mirror of https://github.com/apache/lucene.git
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:
parent
fb0fb2693b
commit
9d28e26666
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue