[Mathlib-commitlog] SF.net SVN: mathlib:[816] JMathLib/trunk/doc/tools/builddocs.bat
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-01 13:51:13
|
Revision: 816
http://mathlib.svn.sourceforge.net/mathlib/?rev=816&view=rev
Author: st_mueller
Date: 2009-02-01 13:51:09 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
moved the temporary doc files to /tmp
Modified Paths:
--------------
JMathLib/trunk/doc/tools/builddocs.bat
Modified: JMathLib/trunk/doc/tools/builddocs.bat
===================================================================
--- JMathLib/trunk/doc/tools/builddocs.bat 2009-02-01 12:44:26 UTC (rev 815)
+++ JMathLib/trunk/doc/tools/builddocs.bat 2009-02-01 13:51:09 UTC (rev 816)
@@ -1,15 +1,19 @@
rem
-cd doc\
+cd tmp
mkdir functions
+cd ..
+cd doc\
+
+
cd tools\
echo "building function docs"
-perl createdocs.pl ../functions/ ../../src/jmathlib/toolbox
+perl createdocs.pl ../../tmp/functions/ ../../src/jmathlib/toolbox
echo "creating alphabetical list"
-perl createdoclist_xml.pl ../src ../functions
+perl createdoclist_xml.pl ../../tmp ../../tmp/functions
rem echo "creating bug/ to-do and history list"
rem perl createtdbh.pl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|