summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2014-01-05 14:02:58 +0100
committerAnne Nicolas <ennael@mageia.org>2014-01-05 14:02:58 +0100
commit44f4d92241ca8d8af5595c52a139268fd4d468cd (patch)
tree3ccddecdef51150a0eaee4f071ff129e339023f9 /Makefile
parentbc2ef72a8c1fc97811d450d0016c44392a43dc4b (diff)
downloadtheme-44f4d92241ca8d8af5595c52a139268fd4d468cd.tar
theme-44f4d92241ca8d8af5595c52a139268fd4d468cd.tar.gz
theme-44f4d92241ca8d8af5595c52a139268fd4d468cd.tar.bz2
theme-44f4d92241ca8d8af5595c52a139268fd4d468cd.tar.xz
theme-44f4d92241ca8d8af5595c52a139268fd4d468cd.zip
switch to git
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d13d76e..6874f96 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
export:
- svn export -q -rBASE . $(NAME)-$(VERSION)
+ git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz
localdist: cleandist localcopy tar
@@ -78,5 +78,3 @@ clean:
@for i in $(SUBDIRS);do make -C $$i clean;done
rm -f *~ \#*\#
-svntag:
- svn cp -m 'version $(VERSION)' $(SVNSOFT)/trunk $(SVNNAME)/tag/v$(VERSION)