aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 02:19:34 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 02:19:34 -0500
commit05c6b6efc2b4c2d065b326095ead3145ee3c762b (patch)
tree830ca4531f15d64979ca1239d9f72176db1f9e7a /Makefile
parent7210de817e83772d54d463eea6651ca68c0a3469 (diff)
Fix 'release' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35f5c82..c2ea217 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ $(DISTDIR)/MANIFEST:
echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST
echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST
-release: $(DISTDIR)
+release: dist
perl -ne 'print "$(DISTDIR)/$$_"' $(DISTDIR)/MANIFEST |\
tar -zcv -T - -f $(DISTDIR).tar.gz