From 44f4d92241ca8d8af5595c52a139268fd4d468cd Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Sun, 5 Jan 2014 14:02:58 +0100 Subject: switch to git --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.1