make.sh 84 B

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