diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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: |