From: Miroslav Lichvar Date: Tue, 6 Aug 2013 15:46:27 +0000 (+0200) Subject: don't ship .gitignore X-Git-Tag: r0-52-16~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a7e2c725300c6afe9f3ac7c875dd6148a5965e;p=thirdparty%2Fnewt.git 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 .