mirror of https://github.com/apache/poi.git
Added owdocs target to generate the docs without deleting the previously generated ones.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f646a036ea
commit
b5d0489fa3
|
@ -57,9 +57,8 @@
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- The documentation system -->
|
<!-- The documentation system -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<target name="docs"
|
<target name="owdocs"
|
||||||
depends="cleandocs, prepare-docs, making-docs"
|
depends="prepare-docs, making-docs"
|
||||||
unless="docs.notrequired"
|
|
||||||
description="* Generates the documentation">
|
description="* Generates the documentation">
|
||||||
|
|
||||||
<java classname="org.apache.cocoon.Main" fork="true" dir="${build.context}" failonerror="true">
|
<java classname="org.apache.cocoon.Main" fork="true" dir="${build.context}" failonerror="true">
|
||||||
|
@ -87,6 +86,15 @@
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<!-- The documentation system -->
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<target name="docs"
|
||||||
|
depends="cleandocs, owdocs"
|
||||||
|
description="Cleans docs and generates the documentation">
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Create the announcements -->
|
<!-- Create the announcements -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
|
Loading…
Reference in New Issue