eland/make_docs.sh

10 lines
67 B
Bash

#!/bin/sh
python setup.py install
cd docs
make clean
make html