make.sh 86 B

12345
  1. #!/bin/sh
  2. rm -f saml2*
  3. sphinx-apidoc -F -o ../docs/ ../src/saml2
  4. make clean
  5. make html