From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85978 invoked by alias); 1 Mar 2017 13:31:00 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 85965 invoked by uid 89); 1 Mar 2017 13:30:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=lovely, you! X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Mar 2017 13:30:58 +0000 Received: from [172.20.3.207] (unknown [70.98.210.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id F07263F531 for ; Wed, 1 Mar 2017 08:30:53 -0500 (EST) Date: Wed, 01 Mar 2017 13:31:00 -0000 From: Gerald Pfeifer To: overseers@gcc.gnu.org Subject: Re: makeinfo update In-Reply-To: <20170228140401.GB6196@ednor.casa.cgf.cx> Message-ID: References: <20170228132541.GA6196@ednor.casa.cgf.cx> <20170228140401.GB6196@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-q1/txt/msg00105.txt.bz2 On Tue, 28 Feb 2017, Christopher Faylor wrote: > % makeinfo --version > texi2any (GNU texinfo) 6.3 This seems to work just lovely, thank you! (Tested by running the script that nightly generates GCC's /onlinedocs and also verified the output, including that the issues I had seen with the old version of makeinfo have gone away.) > I had to take some *ahem* liberties with the Fedora 26 source rpm > to get this to build but I think it should be ok. ;-) Gerald