From a48342a0a918bc292ac7f1c6a77353e2dd762e63 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Jan 2012 18:29:40 +0000 Subject: (dist-svn) split it out of (tar) --- perl-install/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index cd393675a..6ea394882 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -64,10 +64,13 @@ localcopy: clean localdist: tar -tar: localcopy +dist-svn: localcopy tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) +tar: + @make dist-svn + # rules to build a distributable rpm nuke_perl: -- cgit v1.2.1