nicolaken 02/03/25 06:07:48
Modified: tools/centipede/targets docs.xtarget
Log:
Added owdocs target to generate the docs without deleting the previously generated
ones.
Revision Changes Path
1.4 +11 -3 jakarta-poi/tools/centipede/targets/docs.xtarget
Index: docs.xtarget
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/docs.xtarget,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- docs.xtarget 25 Mar 2002 12:17:16 -0000 1.3
+++ docs.xtarget 25 Mar 2002 14:07:48 -0000 1.4
@@ -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 -->
<!-- =================================================================== -->