From a7e542f29fa0a8c8100e82e38f92d6ae1aa9d165 Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 16 Aug 2001 21:03:49 +0000 Subject: [PATCH] More release updates. git-svn-id: https://samskivert.googlecode.com/svn/trunk@291 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/.cvsignore | 1 + projects/lookuplet/build-dist.sh | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100755 projects/lookuplet/build-dist.sh diff --git a/projects/lookuplet/.cvsignore b/projects/lookuplet/.cvsignore index ca73ee9f..3ca7dbc2 100644 --- a/projects/lookuplet/.cvsignore +++ b/projects/lookuplet/.cvsignore @@ -16,3 +16,4 @@ intl libtool ltmain.sh po +*.tgz diff --git a/projects/lookuplet/build-dist.sh b/projects/lookuplet/build-dist.sh new file mode 100755 index 00000000..1890c604 --- /dev/null +++ b/projects/lookuplet/build-dist.sh @@ -0,0 +1,42 @@ +#!/bin/sh +# +# $Id: build-dist.sh,v 1.1 2001/08/16 21:03:49 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. lookuplet-1.4)" +DISTDIR=. + +if [ -z "$1" ]; then + echo $USAGE + exit -1 +else + TARGET=$1 +fi + +# build our excludes file +cat > .excludes <