X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdist;h=fb065f88ca106929dcc95cf1a1f76f9ed51cc3ab;hb=4e874df732f94bfee7f0e737b74143b191cde33f;hp=60f7d0f54eaa49a18772fa70db677465f80b64cb;hpb=2a73a5371a246940eb4801e747236f3147e16579;p=cql-java-moved-to-github.git diff --git a/mkdist b/mkdist index 60f7d0f..fb065f8 100755 --- a/mkdist +++ b/mkdist @@ -1,7 +1,6 @@ #!/bin/sh # mkdist - make a distribution of the CQL-Java software -# $Id: mkdist,v 1.4 2007-06-06 14:39:11 mike Exp $ version=`cat VERSION` distdir=cql-java-$version @@ -12,11 +11,11 @@ trap "rm -rf $tmpdir" 1 2 15 # 0 cp -rp . $tmpdir cd $tmpdir find . \( -name CVS -o -name .cvsignore \) -print | xargs rm -rf -rm mkdist etc/chris-hubick etc/xslt -( cd src/org/z3950/zing/cql && make && make clean ) +rm -rf archive mkdist etc/xslt .git target +( cd src/main/java/org/z3950/zing/cql && make && make clean ) ( cd docs && make ) ( cd test/regression && make distclean ) cd .. tar cf - $distdir | gzip -9v > $distfile rm -rf $tmpdir -echo "Made $distfile" +echo "Made /tmp/$distfile"