#!/bin/bash -e

export PYTHONPATH=$(pwd):$PYTHONPATH

( cd rst && make clean && make html )
./configure.py
python setup.py sdist

