summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 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 *~ \#*\#