From d7a7e2c725300c6afe9f3ac7c875dd6148a5965e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 6 Aug 2013 17:46:27 +0200 Subject: [PATCH] don't ship .gitignore --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.47.3