File: make.sh

package info (click to toggle)
python-pysaml2 3.0.0-5%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 27,672 kB
  • sloc: xml: 228,756; python: 62,815; makefile: 168; sh: 104
file content (5 lines) | stat: -rwxr-xr-x 84 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
rm -f saml2*
sphinx-apidoc -F -o ../doc/ ../src/saml2
make clean
make html