pyircbot/docs/builder/start

12 lines
309 B
Plaintext
Raw Normal View History

2015-06-19 18:26:03 -07:00
#!/bin/sh
cd /tmp
2015-07-18 21:10:39 -07:00
if [ ! -d "pyircbot" ] ; then
mkdir pyircbot
wget http://gitlab.xmopx.net/dave/pyircbot3/repository/archive.tar.gz?ref=master -O pyircbot.tgz
tar zxvf pyircbot.tgz -C pyircbot/ --strip-components=1
fi
cd pyircbot/docs/
2015-06-19 18:26:03 -07:00
make html
rm -rf /tmp/docs/*
2015-06-19 18:26:03 -07:00
cp -r _build/html/* /tmp/docs/