From be143edee17cbb9c73a812ad86b6caf7f768fac6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Feb 2014 11:31:24 +0100 Subject: kill localdist alias rationale: it was only needed back in CVS/SVN days, it has no sense in those git days... --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index df8440c..f715ad4 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,5 @@ clean: # rules to build tarball -localdist: tar - tar: git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz -- cgit v1.2.1