|
From: <as...@us...> - 2010-01-02 05:10:05
|
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.
|