From d7a7e2c725300c6afe9f3ac7c875dd6148a5965e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Aug 06 2013 15:46:42 +0000 Subject: don't ship .gitignore --- diff --git a/Makefile.in b/Makefile.in index 7e38052..4d1e3c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -168,7 +168,7 @@ Makefile: newt.spec create-archive: Makefile @rm -rf /tmp/newt-$(VERSION) @git archive --prefix=newt-$(VERSION)/ $(TAG) | tar x -C /tmp - @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .tx + @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .tx .gitignore @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION) @cp /tmp/newt-$(VERSION).tar.gz .