From 8eb1fca76826cd7083fa1efa28bf67a139162267 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:44:10 +0200 Subject: simplify as we only handle git --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1bbd5f0..1cfc14a 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,6 @@ clean: # rules to build a distributable rpm dist: menus checktag clean changelog - rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION) @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.bz2 is ready) -- cgit v1.2.1