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
34da5249a8
commit
afcdf5da3a
@ -57,9 +57,8 @@
|
||||
<!-- =================================================================== -->
|
||||
<!-- The documentation system -->
|
||||
<!-- =================================================================== -->
|
||||
<target name="docs"
|
||||
depends="cleandocs, prepare-docs, making-docs"
|
||||
unless="docs.notrequired"
|
||||
<target name="owdocs"
|
||||
depends="prepare-docs, making-docs"
|
||||
description="* Generates the documentation">
|
||||
|
||||
<java classname="org.apache.cocoon.Main" fork="true" dir="${build.context}" failonerror="true">
|
||||
@ -87,6 +86,15 @@
|
||||
|
||||
</target>
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- The documentation system -->
|
||||
<!-- =================================================================== -->
|
||||
<target name="docs"
|
||||
depends="cleandocs, owdocs"
|
||||
description="Cleans docs and generates the documentation">
|
||||
|
||||
</target>
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- Create the announcements -->
|
||||
<!-- =================================================================== -->
|
||||
|
Loading…
Reference in New Issue
Block a user