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. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins