- Change build process so that javadoc documentation is built
[cql-java-moved-to-github.git] / Build
1 #!/bin/sh
2
3 # $Id: Build,v 1.1 2002-11-17 23:29:54 mike Exp $
4
5 : ${MAKE=make}
6 for dir in src/org/z3950/zing/cql test/random docs; do
7         echo "=== Building in $dir ==="
8         ( cd $dir; $MAKE ${@+"$@"} )
9 done