From: Miroslav Lichvar Date: Mon, 27 Jun 2011 12:11:11 +0000 (+0200) Subject: remove .tx directory in release X-Git-Tag: r0-52-13~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05590e98e6d0660d2d31200e3bdb7f0e4d7fd6e3;p=thirdparty%2Fnewt.git remove .tx directory in release --- diff --git a/Makefile.in b/Makefile.in index 74e9097..ad7773c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,7 +154,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 + @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .tx @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION) @cp /tmp/newt-$(VERSION).tar.gz .