Author: markt
Date: Tue Feb 13 08:22:52 2024
New Revision: 1915758

URL: http://svn.apache.org/viewvc?rev=1915758&view=rev
Log:
Prepare for building Native 1.3.x docs
Added:
    tomcat/site/trunk/native-1.3-xdocs/
      - copied from r1915754, tomcat/site/trunk/native-1.2-xdocs/
Modified:
    tomcat/site/trunk/build.xml

Modified: tomcat/site/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1915758&r1=1915757&r2=1915758&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Tue Feb 13 08:22:52 2024
@@ -193,6 +193,20 @@
     </ant>
   </target>
 
+  <target name="release-native-1.3"
+          depends="docs"
+          description="Used after a 1.3.x release to update the docs for 
Tomcat Native">
+
+    <!-- Delete the old version -->
+    <delete dir="${docs.dest}/native-1.3-doc"/>
+
+    <!-- Update the Tomcat native docs -->
+    <ant dir="native-1.3-xdocs" antfile="build.xml" target="build-main">
+      <property name="build.dir" value="../docs" />
+      <property name="dist.name" value="native-1.3-doc" />
+    </ant>
+  </target>
+
   <target name="release-native-1.2"
           depends="docs"
           description="Used after a 1.2.x release to update the docs for 
Tomcat Native">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to