aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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