#!/bin/sh # # $Id: build-dist.sh,v 1.2 2001/08/13 23:24:42 mdb Exp $ # # Builds a distribution archive. This should be run from the top-level # project directory and it will place the distribution archive into the # directory identified by $DISTDIR. USAGE="Usage: $0 distname (eg. samskivert-1.4)" DISTDIR=dist if [ -z "$1" ]; then echo $USAGE exit -1 else TARGET=$1 fi # build our excludes file cat > .excludes <