From f53d09514b67e21ae6ab53f5bdd25d41ed48e959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 2 May 2015 10:13:47 +0200 Subject: Cleanup redundant makedist instructions and useless clean from Makefile --- Makefile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Makefile b/Makefile index d63dd52..d5e41fa 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ VERSION=1.5.0.42 THEMES=Mageia-Default -FILES=$(THEMES) Makefile common gimp extra-backgrounds configdir=/etc libexecdir=/usr/libexec sharedir=/usr/share @@ -58,19 +57,3 @@ cleandist: export: git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz - -localdist: cleandist localcopy tar - -dir: - mkdir $(NAME)-$(VERSION) - -tar: - tar cfa $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) - rm -rf $(NAME)-$(VERSION) - -localcopy: dir - tar c $(FILES) | tar x -C $(NAME)-$(VERSION) - -clean: - @for i in $(SUBDIRS);do make -C $$i clean;done - rm -f *~ \#*\# -- cgit v1.2.1