[Mathlib-commitlog] SF.net SVN: mathlib:[870] JMathLib/trunk/build.xml
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-23 22:43:05
|
Revision: 870
http://mathlib.svn.sourceforge.net/mathlib/?rev=870&view=rev
Author: st_mueller
Date: 2009-02-23 21:36:27 +0000 (Mon, 23 Feb 2009)
Log Message:
-----------
some small fix for PDF-generation
Modified Paths:
--------------
JMathLib/trunk/build.xml
Modified: JMathLib/trunk/build.xml
===================================================================
--- JMathLib/trunk/build.xml 2009-02-21 20:02:16 UTC (rev 869)
+++ JMathLib/trunk/build.xml 2009-02-23 21:36:27 UTC (rev 870)
@@ -159,6 +159,13 @@
<include name="**/*.svg" />
</fileset>
</copy>
+ <copy todir="tmp">
+ <fileset dir="${doc.src}">
+ <include name="**/*.gif" />
+ <include name="**/*.jpg" />
+ <include name="**/*.svg" />
+ </fileset>
+ </copy>
<copy todir="${upload.dir}/handbook_epub/">
<fileset dir="${doc.src}">
<include name="**/*.gif" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|