summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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 ; \