From fb8e22f941b4d60189961d35bf27e2041d3348c7 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 17 Nov 2013 11:25:29 +0000 Subject: build: Remove old 'cleandist' rule no longer needed --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d13c5989..fdcbdf10 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ -PACKAGE = mgaonline +NAME = mgaonline VERSION:=2.84 -NAME = mgaonline MGAUPDATE = mgaupdate MGAAPPLET = mgaapplet SUBDIRS = po polkit @@ -50,13 +49,8 @@ install: all mkdir -p $(DATADIR)/mimelnk/application/ install -m644 x-mga-exec.desktop $(DATADIR)/mimelnk/application/ -cleandist: - rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2 - - dis: dist dist: - @make cleandist rm -rf ../$(NAME)-$(VERSION).tar* @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1