[Mathlib-commitlog] SF.net SVN: mathlib:[822] JMathLib/trunk/build.xml
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-01 17:38:23
|
Revision: 822
http://mathlib.svn.sourceforge.net/mathlib/?rev=822&view=rev
Author: st_mueller
Date: 2009-02-01 17:38:22 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
moved the temporary doc files to /tmp
Modified Paths:
--------------
JMathLib/trunk/build.xml
Modified: JMathLib/trunk/build.xml
===================================================================
--- JMathLib/trunk/build.xml 2009-02-01 17:37:46 UTC (rev 821)
+++ JMathLib/trunk/build.xml 2009-02-01 17:38:22 UTC (rev 822)
@@ -218,7 +218,7 @@
<!-- xml to fo -->
<target name="xmltofo" description="convert xml to fo" depends="">
<java jar="libs/saxon.jar" fork="true">
- <arg line="-o doc/src/doc.fo doc/src/doc.xml
+ <arg line="-o tmp/doc.fo doc/src/doc.xml
doc/DocBook/xsl/fo/docbook.xsl" />
<arg value='paper.type="A4"' />
<arg value='chunk.section.depth="0"' />
@@ -233,7 +233,7 @@
<!-- fo to pdf -->
<target name="fotopdf" description="convert fo to pdf" depends="">
<java jar="libs/fop.jar" fork="true">
- <arg value="doc/src/doc.fo" />
+ <arg value="tmp/doc.fo" />
<arg value='-d' />
<arg value="${upload.dir}/JMathLibManual_${version}.pdf" />
</java>
@@ -374,7 +374,7 @@
<fileset dir="${dist.dir}/bin">
<include name="**" />
<exclude name="JMathLib.properties"/>
- <exclude name="jmathlib/webFunctionsList.dat"/>
+ <exclude name="webFunctionsList.dat"/>
<exclude name="jmathlib/core/functions/FileFunctionLoader.class"/>
<exclude name="jmathlib/core/functions/MFileLoader.class"/>
<exclude name="jmathlib/core/functions/SFunction.class"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|