From 61d2e1aabcd1dabd7e79ab712624faf37ca380d8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Mar 2008 18:45:36 +0000 Subject: (dis) make sure only what was commited ends in released versions --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92548373..d4a36373 100644 --- a/Makefile +++ b/Makefile @@ -72,10 +72,10 @@ clean: rm -f *~ dis: clean - mkdir ../tmp_$(NAME) - cp -rf . ../tmp_$(NAME)/$(NAME) - cd ../tmp_$(NAME); tar cf - $(NAME) | bzip2 -9 > ../$(TAR) - cd ..; rm -rf tmp_$(NAME) + rm -rf $(NAME)-$(VERSION) + svn export -q -rBASE . $(NAME)-$(VERSION) + tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) + rm -rf $(NAME)-$(VERSION) changelog: ( svn2cl --authors=../../common/username --accum ; \ -- cgit v1.2.1