Fix for selection box
[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 --jdepend-chart=test.png --overview-pyramid=pyramid.png --summary-xml=summary.xml --jdepend-xml=jdepend.xml .