|
From: <as...@us...> - 2010-01-02 05:20:53
|
Revision: 8062
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8062&view=rev
Author: astraw
Date: 2010-01-02 05:20:47 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
buildbot: build docs
Modified Paths:
--------------
trunk/matplotlib/test/_buildbot_doc.sh
Modified: trunk/matplotlib/test/_buildbot_doc.sh
===================================================================
--- trunk/matplotlib/test/_buildbot_doc.sh 2010-01-02 05:10:08 UTC (rev 8061)
+++ trunk/matplotlib/test/_buildbot_doc.sh 2010-01-02 05:20:47 UTC (rev 8062)
@@ -2,14 +2,12 @@
set -e
TARGET=`pwd`/PYmpl
-TARGET_py=$TARGET/bin/python
+source $TARGET/bin/activate
-$TARGET_py -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
+python -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
-TARGET_easy_install=$TARGET/bin/easy_install
+easy_install sphinx
-$TARGET_easy_install sphinx
-
cd doc
-$TARGET_py make.py all
+python make.py all
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|