Skip to content

Commit 65c69a3

Browse files
committed
buildbot: build docs
svn path=/trunk/matplotlib/; revision=8062
1 parent e3ba48f commit 65c69a3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/_buildbot_doc.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
set -e
33

44
TARGET=`pwd`/PYmpl
5-
TARGET_py=$TARGET/bin/python
5+
source $TARGET/bin/activate
66

7-
$TARGET_py -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
7+
python -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
88

9-
TARGET_easy_install=$TARGET/bin/easy_install
10-
11-
$TARGET_easy_install sphinx
9+
easy_install sphinx
1210

1311
cd doc
1412

15-
$TARGET_py make.py all
13+
python make.py all

0 commit comments

Comments
 (0)