aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index ec42b1f..74a3806 100644
--- a/Makefile
+++ b/Makefile
@@ -45,14 +45,7 @@ install:
for d in $(SUBDIRS); do make -C $$d $@; done
dis: clean
- rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
- svn export -q -rBASE . $(NAME)-$(VERSION)
- find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf
- tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)
- rm -rf $(NAME)-$(VERSION)
-
-changelog:
- svn2cl --authors ../common/username.xml --accum
- rm -f ChangeLog.bak
+ rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar*
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;
log: changelog