From 5c9be00fb7a44861224e80ecf1ed4005236cc7c9 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Fri, 3 Apr 2009 10:56:14 +0200 Subject: new release 0.0.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f7ea730..51229b6 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore $(ARCHIVE) + @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore --exclude debian $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tar.gz -- cgit v1.2.3