From 28dc5ca899d6190f68d63fa4a17fe724ff74af09 Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Tue, 9 Oct 2007 01:28:22 +0000 Subject: [PATCH] Move make-dist to scripts directory. --- Makefile | 2 +- make-dist => scripts/make-dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename make-dist => scripts/make-dist (98%) diff --git a/Makefile b/Makefile index 6ba2ff6..09c18c3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ dist: - ./make-dist + scripts/make-dist clean: rm -f blosxom-plugins-*.tar.gz blosxom-plugins-*.zip diff --git a/make-dist b/scripts/make-dist similarity index 98% rename from make-dist rename to scripts/make-dist index bffc692..4c91f5b 100755 --- a/make-dist +++ b/scripts/make-dist @@ -3,7 +3,7 @@ # Quick script to make a flattened tarball (unix) # -cd `dirname $0` +cd `dirname $0`/.. NAME=blosxom-plugins VERSION=`cat VERSION` -- 2.30.2