From cdbd359384822cf4d6aa3aba01f0b0961b2ecbdc Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 29 Jul 2010 03:23:35 -0500 Subject: Update Makefile with inclusion of dynext/.gitignore (to preserve empty dir). --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 |\ -- cgit v1.1