# do the documentation generation cycle
#
# Copyright 2015, B.H.J Thate

rm -fR docs/api/*
rm -fR docs/html/*
cp README docs/README.rst
cp LICENSE docs/LICENSE.rst
sphinx-apidoc -f -e -o docs/api boek boek/extra
sphinx-build docs docs/html
cd docs/html
zip -r boek.doc.zip * 
mv boek.doc.zip ../..
