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 fu...@apache.org on 2006/08/31 22:32:47 UTC

svn commit: r439040 - in /db/derby/docs/trunk: build.xml src/tuning/pstmt_os.gif src/tuning/ptsmt_os.gif

Author: fuzzylogic
Date: Thu Aug 31 13:32:47 2006
New Revision: 439040

URL: http://svn.apache.org/viewvc?rev=439040&view=rev
Log:
Fix misspelling of pstmt_os.gif, copy jpgs to out directory before building
PDFs or HTML Books.

Added:
    db/derby/docs/trunk/src/tuning/pstmt_os.gif
      - copied unchanged from r438706, db/derby/docs/trunk/src/tuning/ptsmt_os.gif
Removed:
    db/derby/docs/trunk/src/tuning/ptsmt_os.gif
Modified:
    db/derby/docs/trunk/build.xml

Modified: db/derby/docs/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/build.xml?rev=439040&r1=439039&r2=439040&view=diff
==============================================================================
--- db/derby/docs/trunk/build.xml (original)
+++ db/derby/docs/trunk/build.xml Thu Aug 31 13:32:47 2006
@@ -217,7 +217,10 @@
     
   <target name="pdf.dita">
     <mkdir dir="${dita.dir}/temp"/>
-    <mkdir dir="${basedir}/out/${manual.name}"/>
+    <mkdir dir="${dita.output.dir}/${manual.name}"/>
+    <copy todir="${dita.output.dir}/${manual.name}">
+      <fileset dir="${dita.src.dir}/${manual.name}" includes="*.jpg"/>
+    </copy>
     <ant dir="${dita.dir}" antfile="conductor.xml" target="dita2pdf" inheritAll="true">
       <property name="args.input" value="${basedir}${file.separator}src${file.separator}${manual.name}${file.separator}${manual.ditamap}"/>
       <property name="output.dir" value="${basedir}${file.separator}out${file.separator}${manual.name}"/>
@@ -315,19 +318,16 @@
 
   <target name="pt_BR.adminguide" depends="init">
     <ant dir="src/pt_BR" target="pt_BR.adminguide.html"/>
-    <ant dir="src/pt_BR" target="pt_BR.adminguide.pdf"/>
     <ant dir="src/pt_BR" target="pt_BR.adminguide.monohtml"/>
   </target>
 
   <target name="pt_BR.getstart" depends="init">
     <ant dir="src/pt_BR" target="pt_BR.getstart.html"/>
-    <ant dir="src/pt_BR" target="pt_BR.getstart.pdf"/>
     <ant dir="src/pt_BR" target="pt_BR.getstart.monohtml"/>
   </target>
 
   <target name="pt_BR.ref" depends="init">
     <ant dir="src/pt_BR" target="pt_BR.ref.html"/>
-    <ant dir="src/pt_BR" target="pt_BR.ref.pdf"/>
     <ant dir="src/pt_BR" target="pt_BR.ref.monohtml"/>
   </target>