From f022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Feb 2007 20:52:53 +0000 Subject: use svn export instead of tar for preparing the tarball --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 008e60aa..aa30c2a8 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,8 @@ install: build cleandist: rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 -dir: - mkdir $(PACKAGE)-$(VERSION) - localcopy: - tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION) + svn export -q . $(PACKAGE)-$(VERSION) tar: tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) @@ -46,7 +43,7 @@ tar: # rules to build a distributable rpm -dist: cleandist dir localcopy tar +dist: cleandist localcopy tar log: changelog -- cgit v1.2.1