Revision: 8060 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8060&view=rev Author: astraw Date: 2010-01-02 05:09:59 +0000 (Sat, 02 Jan 2010)
Log Message: ----------- add linux/unix script for building docs in buildbox Added Paths: ----------- trunk/matplotlib/test/_buildbot_doc.sh Added: trunk/matplotlib/test/_buildbot_doc.sh =================================================================== --- trunk/matplotlib/test/_buildbot_doc.sh (rev 0) +++ trunk/matplotlib/test/_buildbot_doc.sh 2010-01-02 05:09:59 UTC (rev 8060) @@ -0,0 +1,15 @@ +#!/bin/bash +set -e + +TARGET=`pwd`/PYmpl +TARGET_py=$TARGET/bin/python + +$TARGET_py -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)" + +TARGET_easy_install=$TARGET/bin/easy_install + +$TARGET_easy_install sphinx + +cd doc + +$TARGET_py make.py all Property changes on: trunk/matplotlib/test/_buildbot_doc.sh ___________________________________________________________________ Added: svn:executable + * 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