From c7482a0abc169c8812a10ee06c054660cd95e2df Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 25 Aug 2010 13:01:07 -0500 Subject: Enable a separate "make tarball" target. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85f7095..c9619b3 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,9 @@ $(DISTDIR)/MANIFEST: ## add the .gitignore from blizkost holding an otherwise empty dir echo "modules/blizkost/dynext/.gitignore" >>$(DISTDIR)/MANIFEST -release: dist +release: dist tarball + +tarball: perl -ne 'print "$(DISTDIR)/$$_"' $(DISTDIR)/MANIFEST |\ tar -zcv -T - -f $(DISTDIR).tar.gz -- cgit v1.1