From f1948007cdc5f5fdb587dffebbac37299716327f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Sep 2012 20:32:20 +0000 Subject: move 'dist' rule together with 'tar' --- perl-install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 113b83980..3002028da 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -62,8 +62,6 @@ localcopy: clean cd $(PACKAGE)-$(PKGVERSION)/perl-install ; mv -f Makefile.drakxtools Makefile @make nuke_perl -dist: tar - dist-svn: localcopy tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) @@ -72,6 +70,8 @@ dist-git: @cd ..; git archive --prefix=$(PACKAGE)-$(PKGVERSION)/ HEAD perl-install/{[^i]*,int*} $(OTHERS) kernel/list_modules.pm Makefile.config | xz >$(PACKAGE)-$(PKGVERSION).tar.xz; @echo "WARNING: this archive is not complete !!! Regenerate it from SVN" +dist: tar + tar: rm -rf $(PACKAGE)*.tar* $(PACKAGE)-$(PKGVERSION) @if [ -e "../.svn" ]; then \ -- cgit v1.2.1