aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-29 03:23:35 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-29 03:23:35 -0500
commitcdbd359384822cf4d6aa3aba01f0b0961b2ecbdc (patch)
tree495dd852277d66d65c30c05945a4b761b4de6a09 /Makefile
parent31e0ddd3eed7e7051826206d25fcc68bfc801408 (diff)
Update Makefile with inclusion of dynext/.gitignore (to preserve empty dir).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2713497..57a3cb8 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,8 @@ $(DISTDIR)/MANIFEST:
## add the two dot-files from Parrot MANIFEST
echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST
echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST
+ ## add the .gitignore from blizkost holding an otherwise empty dir
+ echo "modules/blizkost/dynext/.gitignore" >>$(DISTDIR)/MANIFEST
release: dist
perl -ne 'print "$(DISTDIR)/$$_"' $(DISTDIR)/MANIFEST |\