]> source.dussan.org Git - poi.git/commitdiff
Added owdocs target to generate the docs without deleting the previously generated...
authorNicola Ken Barozzi <nicolaken@apache.org>
Mon, 25 Mar 2002 14:07:48 +0000 (14:07 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Mon, 25 Mar 2002 14:07:48 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352285 13f79535-47bb-0310-9956-ffa450edef68

tools/centipede/targets/docs.xtarget

index 10a670d410452fd742073a62964c787fa0369d69..4c36482d5d22c9a9c98c568998fd06c3f36bf2c5 100644 (file)
@@ -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">
     
   </target>
   
+  <!-- =================================================================== -->
+  <!-- The documentation system                                            -->
+  <!-- =================================================================== -->
+  <target name="docs"
+          depends="cleandocs, owdocs"
+          description="Cleans docs and generates the documentation">
+
+  </target>
+    
   <!-- =================================================================== -->
   <!-- Create the announcements                                            -->
   <!-- =================================================================== -->