From 9d8340f3ef384586ebcf56ee87fbb4778c4d90a4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 9 Feb 2014 19:39:58 +0100 Subject: drop cleandist rule --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9234d44..13c5a47 100644 --- a/Makefile +++ b/Makefile @@ -80,16 +80,13 @@ install: all # locale $(MAKE) -C po $@ -cleandist: - rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 - tar: tar cfj $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -dist: cleandist export tar +dist: export tar -gitdist: cleandist +gitdist: git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | bzip2 -9 > $(PACKAGE)-$(VERSION).tar.bz2 changelog: -- cgit v1.2.1