]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
remove .tx directory in release
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 27 Jun 2011 12:11:11 +0000 (14:11 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 27 Jun 2011 12:11:41 +0000 (14:11 +0200)
Makefile.in

index 74e90971d9390f4a6b103aba1ff1a723f1fa5da7..ad7773c5ac9973d65a6e8a27e220128d8069ebeb 100644 (file)
@@ -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 .