Tweak the way "mkdist" generates documentations.
-$Id: Changes,v 1.19 2002-11-20 23:11:15 mike Exp $
+$Id: Changes,v 1.20 2002-11-21 10:11:08 mike Exp $
Revision history for the "cql-java" package.
See the bottom of this file for a list of things still to do.
-0.4 Thu Nov 21 00:10:21 2002
+0.4 Thu Nov 21 10:09:26 2002
- Add support for the new "phonetic" relation modifier,
including its mapping in "etc/pqf.properties".
- Make prefix-maps bind loosely, so that ``>dc=x a and b''
#!/bin/sh
# mkdist - make a distribution of the cql-java software
-# $Id: mkdist,v 1.1 2002-11-03 17:37:14 mike Exp $
+# $Id: mkdist,v 1.2 2002-11-21 10:11:08 mike Exp $
version=`cat VERSION`
distdir=cql-java-$version
find . \( -name CVS -o -name .cvsignore \) -print | xargs rm -rf
rm mkdist
( cd src/org/z3950/zing/cql && make && make clean )
-( cd src/org/z3950/zing/cql && make docs )
+( cd docs && make )
+( cd test/regression && make distclean )
cd ..
tar cf - $distdir | gzip -9v > $distfile
rm -rf $tmpdir