summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-06 10:01:34 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-06 10:01:34 +0000
commitee1e900188125938d2ba357c59099e62f707e099 (patch)
treec938fdb04e8c39390b582c16766492198c171fb3
parenta6925645263b25b24af41af719b3424194624745 (diff)
downloadtheme-ee1e900188125938d2ba357c59099e62f707e099.tar
theme-ee1e900188125938d2ba357c59099e62f707e099.tar.gz
theme-ee1e900188125938d2ba357c59099e62f707e099.tar.bz2
theme-ee1e900188125938d2ba357c59099e62f707e099.tar.xz
theme-ee1e900188125938d2ba357c59099e62f707e099.zip
use svn export for dist target
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b8ca8f4..14c2669 100644
--- a/Makefile
+++ b/Makefile
@@ -54,25 +54,25 @@ changelog: ../common/username
rm -f ChangeLog.bak
cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog
-dist: cleandist dir export tar
+dist: cleandist export tar
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
export:
- cvs export -d $(PACKAGE)-$(VERSION) -r $(TAG) $(PACKAGE)
+ svn export -q -rBASE . $(NAME)-$(VERSION)
-localdist: cleandist dir localcopy tar
+localdist: cleandist localcopy tar
dir:
mkdir $(NAME)-$(VERSION)
-tar: dir localcopy
+tar:
tar cvf $(NAME).tar $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
-localcopy:
- tar c --exclude=.svn $(FILES) | tar x -C $(NAME)-$(VERSION)
+localcopy: dir
+ tar c --exclude=.svn $(FILES) | tar x -C $(NAME)-$(VERSION)
clean: