You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ha...@apache.org on 2006/05/28 13:48:25 UTC

svn commit: r409947 - /db/derby/docs/trunk/src/pt_BR/build.xml

Author: halleypo
Date: Sun May 28 04:48:24 2006
New Revision: 409947

URL: http://svn.apache.org/viewvc?rev=409947&view=rev
Log:
DERBY-1305 - Derby Server and Administration Guide translated into Brazilian Portuguese - src/pt_BR/build.xml

Modified:
    db/derby/docs/trunk/src/pt_BR/build.xml

Modified: db/derby/docs/trunk/src/pt_BR/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/pt_BR/build.xml?rev=409947&r1=409946&r2=409947&view=diff
==============================================================================
--- db/derby/docs/trunk/src/pt_BR/build.xml (original)
+++ db/derby/docs/trunk/src/pt_BR/build.xml Sun May 28 04:48:24 2006
@@ -1,11 +1,35 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<project name="derby.docs" default="pt_BR" basedir="../..">
+<project name="derby.docs" default="usage" basedir="../..">
   <property file="${basedir}/docs.properties"/>
 
-  <target name="pt_BR">
-    <antcall target="pt_BR.getstart"/>
-    <antcall target="pt_BR.ref"/>
+  <target name="usage">
+    <echo message="Building Brazilian Portuguese Manuals:"/>
+    <echo message="For pdf output, run &quot;ant pt_BR.pdf&quot;"/>
+    <echo message="For html output with frames, run &quot;ant pt_BR.html&quot;"/>
+    <echo message="For html output as a single page, run &quot;ant pt_BR.monohtml&quot;"/>
+    <echo message="For output in all formats, run &quot;ant pt_BR&quot;"/>
+  </target>
+
+  <target name="pt_BR.adminguide.html">
+    <ant dir="../.." target="html.dita">
+      <property name="manual.name" value="pt_BR/adminguide"/>
+      <property name="manual.ditamap" value="derbyadmin.ditamap"/>
+    </ant>
+  </target>
+
+  <target name="pt_BR.adminguide.pdf">
+    <ant dir="../.." target="pdf.dita">
+      <property name="manual.name" value="pt_BR/adminguide"/>
+      <property name="manual.ditamap" value="derbyadmin.ditamap"/>
+    </ant>
+  </target>
+
+  <target name="pt_BR.adminguide.monohtml" depends="pt_BR.adminguide.pdf">
+    <ant dir="../.." target="monohtml.dita">
+      <property name="manual.name" value="pt_BR/adminguide"/>
+      <property name="manual.fo" value="derbyadmin.fo"/>
+    </ant>
   </target>
 
   <target name="pt_BR.getstart">