deb-python-pysaml2/doc/make.sh
2014-10-28 10:45:02 -04:00

5 lines
84 B
Bash
Executable File

#!/bin/sh
rm -f saml2*
sphinx-apidoc -F -o ../doc/ ../src/saml2
make clean
make html