From 277015e2eeb0d0a9da57e856b908d58e962dfcad Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 18 Mar 2002 00:17:57 +0000 Subject: [PATCH] Unified the scripts that build the distribution archive and Debian packages and copy everything to the right place. git-svn-id: https://samskivert.googlecode.com/svn/trunk@676 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/build-dist.sh | 41 ------------------------ projects/lookuplet/install.sh | 54 ++++++++++++++++++++++++++++---- 2 files changed, 48 insertions(+), 47 deletions(-) delete mode 100755 projects/lookuplet/build-dist.sh diff --git a/projects/lookuplet/build-dist.sh b/projects/lookuplet/build-dist.sh deleted file mode 100755 index 56c4f2a6..00000000 --- a/projects/lookuplet/build-dist.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -# -# $Id: build-dist.sh,v 1.3 2002/03/17 10:15:24 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 < .excludes <