aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-08-25 13:01:07 -0500
committerpmichaud <pmichaud@pobox.com>2010-08-25 13:01:07 -0500
commitc7482a0abc169c8812a10ee06c054660cd95e2df (patch)
tree2e9accdc15a8dfe97dff0b90dd29ef53a62aaea9 /Makefile
parent4ad89fafcdb0b734f5b91d7ae282028e52be4666 (diff)
Enable a separate "make tarball" target.
Diffstat (limited to 'Makefile')
-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