File: make.sh

package info (click to toggle)
python-pysaml2 7.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,604 kB
  • sloc: xml: 388,184; python: 66,155; makefile: 148; sh: 80
file content (5 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
rm -f saml2*
sphinx-apidoc -F -o ../docs/ ../src/saml2
make clean
make html