From b2ec52097de142ba7637ccdf6c81cefb3d362642 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Oct 2013 19:38:48 +0200 Subject: (dist) add as an alias on 'tar' rule --- perl-install/install/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index cfbd6444a..fe04d2f57 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -15,6 +15,8 @@ all: xs clean xs: make -C .. $@ +dist: tar + tar: rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) mkdir -p $(PRODUCT)-$(VERSION)/perl-install/install/share/ -- cgit v1.2.1