From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11418 invoked by alias); 29 Mar 2013 16:18:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11406 invoked by uid 89); 29 Mar 2013 16:18:30 -0000 X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 29 Mar 2013 16:18:29 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2TGIQaS031948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Mar 2013 12:18:26 -0400 Received: from host2.jankratochvil.net (ovpn-116-39.ams2.redhat.com [10.36.116.39]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2TGIMKU004016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 29 Mar 2013 12:18:25 -0400 Date: Fri, 29 Mar 2013 16:58:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: doc/ build regression with texinfo-5.1 [Re: [doc RFA] New commands: mt set per-command on|off] Message-ID: <20130329161821.GA24647@host2.jankratochvil.net> References: <83zjy33ihp.fsf@gnu.org> <20807.35450.682935.524373@ruffy2.mtv.corp.google.com> <20130328204958.GA11734@host2.jankratochvil.net> <83mwtnw7ou.fsf@gnu.org> <20130329161210.GA24386@host2.jankratochvil.net> <20821.48561.871582.248928@ruffy2.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20821.48561.871582.248928@ruffy2.mtv.corp.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-03/txt/msg01114.txt.bz2 On Fri, 29 Mar 2013 17:13:37 +0100, Doug Evans wrote: > Is this an incompatible change in texinfo, or is my texinfo too lax and not > flagging this? The latter, current gdb.texinfo is still buildable with texinfo-4.x (makeinfo); which I assume you still run. texinfo-5.0+ (makeinfo) is much more strict with what it accepts. Jan