Misc fixes
[shipsimu.git] / pdepend.sh
1 #!/bin/sh
2
3 if ! test -e `which pdepend`; then
4         echo "$0: This script needs PHP_Depend. See URL"
5         echo "$0: http://www.manuel-pichler.de/pages/pdepend.html for details."
6 fi
7
8 pdepend --bad-documentation --ignore=db,docs,ship-simu.org \
9         --jdepend-chart=test.png --overview-pyramid=pyramid.png \
10         --summary-xml=summary.xml --jdepend-xml=jdepend.xml .