From 3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Feb 2007 21:19:37 +0000 Subject: (localcopy) use svn export instead of tar for preparing the tarball --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36d3dd0c..2601fe9d 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,7 @@ cleandist: rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2 localcopy: clean - find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/ - find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf + svn export -q . $(NAME)-$(VERSION) tar: tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) -- cgit v1.2.1