From 9891de326d3070bdf8e7e92500b7b9930a898b11 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Dec 2008 10:07:31 +0000 Subject: use NAME instead of PACKAGE --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0732c65..a347adf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKAGE = mandi +NAME = mandi VERSION = 1.0 all: @@ -9,7 +9,7 @@ clean: make -C src clean dist: clean - rm -rf ../$(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar* - svn export -q -rBASE . ../$(PACKAGE)-$(VERSION) - tar cjf ../$(PACKAGE)-$(VERSION).tar.bz2 ../$(PACKAGE)-$(VERSION) - rm -rf ../$(PACKAGE)-$(VERSION) + rm -rf ../$(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* + svn export -q -rBASE . ../$(NAME)-$(VERSION) + tar cjf ../$(NAME)-$(VERSION).tar.bz2 ../$(NAME)-$(VERSION) + rm -rf ../$(NAME)-$(VERSION) -- cgit v1.2.1